-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
90 lines (72 loc) · 1.03 KB
/
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
body {
padding-left:6%;
padding-right: 6%;
padding-top: 1%;
font-family: 'Open Sans', sans-serif;
}
header {
font-size: 30px;
}
input, select {
height: 30px;
margin: 5px;
font-size: 20px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: black;
background-color: white;
border: 1px solid #ddd;
border-radius: 3px;
padding: 3px;
}
select {
margin-left: 0px;
}
article {
font-size: 20px;
margin-left: -45px;
}
article ul {
list-style-type: none;
}
article li {
display: block;
padding: 5px;
}
.link:hover {
background-color: #BDC3C7;
}
/*.link a {
border-left: 3px solid #D24D57;
padding-left: 7px;
}*/
article a {
text-decoration: none;
color: black;
}
/*article a:hover {
display: block;
background-color: #BDC3C7;
}*/
article img {
margin-right: 10px;
margin-bottom: -2px
}
img:hover {
margin-bottom: 2px;
}
/*footer {
margin-left: 20px;
}*/
footer a {
text-decoration: none;
}
//*#box {
margin-left: 2%;
}*//
#box:hover {
background-color: white;
}
.header {
font-weight: 400;
}