-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
67 lines (63 loc) · 859 Bytes
/
style.css
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
body{
background-color: darkslategrey;
}
*{
color:black;
margin: 0;
padding: 0;
}
.main{
margin-left: auto;
margin-right: auto;
width: 40%;
justify-content: center;
padding-top: 200px;
height: 100vh;
}
.child{
text-align: center;
padding: 10px;
}
a{
text-decoration: none;
font-style: italic;
font-size: x-large;
padding: 10px;
border-radius: 20px;
}
a:hover{
background-color: indianred;
margin-left: 100px;
transition-duration: 1s;
}
* {
font-size: 16px;
}
input[type=file]{
display: none
}
body{
background-color: teal;
padding-top: 25px !important;
padding: 20px;
}
.table{
margin-top: 30px;
}
input[type=radio]{
width: 40px;
outline: none;
}
.btn{
margin-top: 20px;
width: 20%;
}
label{
background-color: green;
padding: 10px;
margin-top: 20px;
}
img{
width: 70px;
height: 70px;
}