-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle1.css
More file actions
53 lines (51 loc) · 807 Bytes
/
style1.css
File metadata and controls
53 lines (51 loc) · 807 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
52
53
*{
margin: 0px;
padding: 0px;
}
h1{
margin: 30px;
margin-left: 50px;
}
input{
margin:20px;
margin-left: 0px;
}
label{
margin-left: 29px;
padding: 5px;
font-weight: 700;
}
button{
margin-left: 150px;
height: 40px;
width: 120px;
font-weight: 700;
}
h3{
margin-left: 80px;
margin: 30px;
padding-left: 20px;
}
p{
margin-left: 45px;
margin: 20px;
padding: 2px;
font-weight: 500;
}
body{
background-color: rgb(206, 214, 214);
}
.res{
display:none;
text-align: center;
font-size: 35x;
font-weight: 750;
color: blue;
}
#results{
text-align: center;
margin: 40px;
color: rgb(58, 61, 58);
font-weight: 800;
font-size: 34px;
}