forked from code-differently/Temp-Converter-Lab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (75 loc) · 1.38 KB
/
style.css
File metadata and controls
77 lines (75 loc) · 1.38 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
* {
box-sizing: border-box;
}
main {
margin: auto;
margin-top: 25px;
width: 750px;
height: 450px;
border: 2px solid black;
padding-right: 15px;
padding-left: 15px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
h1 {
text-align: center;
font-size: 45px;
}
footer {
text-align: center;
font-size: 25px;
font-weight: bolder;
}
container {
display: grid;
justify-items: center;
padding-top: 40px;
padding-bottom: 10px;
margin-bottom: 40px;
grid-template-columns: repeat(3, 1fr);
font-size: 25px;
}
input {
width: 150px;
height: 30px;
padding-top: 18px;
padding-bottom: 18px;
border: 2px solid black;
text-align: center;
font-size: 25px;
font-weight: 500;
}
.leftDiv {
padding-top: 10px;
font-size: 25px;
}
.midDiv {
text-align: center;
align-items: center;
margin-bottom: 30px;
}
.rightDiv {
margin-left: auto;
margin-right: auto;
padding-top: 30px; */
border: 1px solid red;
}
.calcButton {
/* border-style: none; */
font-size: 25px;
padding: 5px 25px 5px 25px;
border-radius: 0;
border: none;
background-color: #7da9fc59;
font-weight: bold;
}
#btn {
border: 2px solid #29519b8e;
}
#c_temp {
border: none;
font-size: 25px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 500;
}