-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle.css
More file actions
54 lines (54 loc) · 826 Bytes
/
article.css
File metadata and controls
54 lines (54 loc) · 826 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
54
#text-area{
position: absolute;
top: 20vh;
padding-left: 18%;
padding-right: 18%;
font-family: sans-serif;
}
h1{
font-family: "Poppins";
margin-bottom: 3.75vh;
font-size: 36px;
}
h2{
margin-bottom: 6vh;
font-size: 24px;
}
h3{
margin-bottom: 7.5vh;
font-size: 18px;
}
p{
margin-bottom: 3.75vh;
font-size: 18px;
}
span{
background-color: #555555;
}
.notes{
font-size: 16px;
font-style: italic;
}
#text-area a{
color: #669999;
font-weight: 600;
}
#text-area a:hover{
color: #66ddcc;
}
@media screen and (max-width: 620px) {
#text-area{
top: 16vh;
}
h1{
margin-bottom: 5.3vh;
font-size: 30px;
}
#description{
display: none;
}
p{
margin-bottom: 4vh;
font-size: 16px;
}
}