-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.css
54 lines (49 loc) · 867 Bytes
/
contact.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
@charset "utf-8";
img{display: block;
margin: 0px auto;
padding-bottom: 30px;
}
span{
font-family: 'Gowun Dodum', sans-serif;
position : static;
}
nav{
display:block;
}
ul {
font-family: 'Gowun Dodum', sans-serif;
position : absolute;
left:100px;
top:210px;
list-style-type: none;
margin: 0;
padding: 0;
width: 200px;
background-color: #f1f1f1;
}
li a {
font-family: 'Gowun Dodum', sans-serif;
display: block;
color: #000;
padding: 8px 16px;
text-decoration: none;
}
li a.active {
background-color: #ac1e42;
color: white;
}
li a:hover:not(.active) {
background-color: #555;
color: white;
}
p{
font-family: 'Gowun Dodum', sans-serif;
}
mark{
background-color:rgb(195, 206, 232);
color:black;
}
main{
padding-left:0px;
padding-top:0px;
}