-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresources.css
84 lines (66 loc) · 904 Bytes
/
resources.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
#text{
margin-top: -6%;
width: 60%;
height: 40%;
margin-left: 25%;
font-size: 1.5vw;
}
.line {
font-size: 1vw;
line-height: 2em;
font-weight: bold;
}
.desc {
font-size: 1vw;
line-height: 2em;
text-indent: 5em;
}
.line a{
text-decoration: none;
font-weight: bold;
}
li{
list-style-type: none;
}
#cc{
text-align: center;
font-size: 0.7vw;
margin-bottom: 5%;
}
#cc a{
font-weight: bold;
color: black;
}
hr{
align: center;
}
.clear{
clear: both;
margin-left: 25%;
}
.clear_bottom{
clear:both;
margin-top: 25%;
}
#images_button{
background-color: #F68F84;
width: 5%;
/* height: 1%; */
padding-left: 25%;
padding-top: 7%;
margin-top: 2%;
/* margin-left: 2%; */
}
#top{
margin-top: -17%;
width: 12%;
height: 11%;
margin-left: 25%;
}
#images_button_link{
text-decoration: none;
color: black;
}
h5{
margin-bottom: 5px;
}