forked from EvanGit09/ProgrammingBlackWebPage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_two.css
49 lines (45 loc) · 779 Bytes
/
style_two.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
.container {
font-family: 'Courier New', Courier, monospace;
}
h1,h2,h4,h5 {
font-weight: 900px;
color: white;
}
.hero {
background-color: #18222e;
}
.hero-post{
position: relative;
}
.hero-post-badges {
position: absolute;
top: 20px;
right: 20px;
}
.hero-post-badges>a {
background-color: black;
}
.hero-post-content {
position: absolute;
bottom: 20px;
}
footer {
background-color: #18222e;
}
footer p {
color: white;
}
.sidetext {
padding-left: 200px;
font-family: 'Courier New', Courier, monospace;
}
.headings1{
background-color: #18222e;
font-weight: 900px;
color: white;
border-radius: 20px;
padding: 5px;
text-align: center;
margin: auto;
margin-bottom: 20px;
}