-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (50 loc) · 870 Bytes
/
style.css
File metadata and controls
51 lines (50 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
table,td,th,tr{
border: 1px solid black;
border-collapse: collapse;
}
table{
width: 70vw;
}
label{
font-size: x-large;
font-weight: bold;
}
p{
margin: 0%;
font-size: 250%;
font-weight: bold;
}
*{
font-family: -apple-system, system-ui, BlinkMacSystemFont;
font-size: large;
}
caption{
font-size: x-large;
}
td,th{
width:15vw;
}
select{
border-radius: 5px;
}
body{
display: grid;
align-items: center;
justify-content: center;
}
input{
width: 22vw;
background-color: rgb(255, 255, 255);
border-radius: 5px;
}
#main{
display: grid;
background-color: aqua;
width: 70vw;
height: 35VW;
border-radius: 20px;
box-shadow: 5px 7.5px 4px;
justify-content: space-around;
align-items: center;
justify-items: center;
}