-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet2.css
More file actions
79 lines (66 loc) · 1.31 KB
/
stylesheet2.css
File metadata and controls
79 lines (66 loc) · 1.31 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.checkbox-grid{
display: grid;
grid-template-columns: auto auto auto auto auto;
grid-template-rows: auto auto;
width: 70%;
margin-left: 15%;
grid-row-gap: 30px;
margin-bottom: 30px;
grid-column-gap: 50px;
}
.titleHeader{
font-family: Georgia;
font-size: 25px;
font-weight: 900;
margin-top: 40px;
}
.authorName{
margin-bottom: 50px;
font-weight: 700;
margin-top: 15px;
font-size: 14px;
}
.chooseParameters{
margin-bottom: 10px;
font-weight: 900;
font-size: 14px;
font-family: Georgia;
}
.labelParent{
width: 550px;
display: flex;
flex-direction: row;
text-align: center;
margin-left: 20px;
font-weight: 500;
margin-bottom: 20px;
}
.dataParent{
width: 550px;
display: flex;
flex-direction: row;
text-align: center;
margin-left: 20px;
font-weight: 500;
font-weight: 900;
}
.warning{
width: 550px;
font-size: 15px;
color: red;
font-weight: 900;
justify-content: center;
display: flex;
margin-left: 30px;
margin-top: 30px;
}
.labelUnits{
width: 137px;
}
.visualParent{
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
width: 100%;
}