-
Notifications
You must be signed in to change notification settings - Fork 0
/
posts.css
77 lines (71 loc) · 1.29 KB
/
posts.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
html,
body {
margin: 0px;
padding: 0px;
font-family:'Ubuntu', sans-serif;
}
.header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 103px 26px 82px;
background: #2E948A;
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
}
.header > .nav {
display: flex;
list-style: none;
margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0px;
}
.header > .nav > li {
padding: 0px 10px;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 23px;
text-transform: uppercase;
color: #FDFDFD;
}
a:link {
text-decoration: none;
color: #FDFDFD;
}
a:visited{
text-decoration: none;
color: #FDFDFD;
}
h1{
position: absolute;
width: 758px;
height: 46px;
left: 310px;
top: 228px;
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
font-size: 50px;
line-height: 57px;
display: flex;
align-items: center;
color: #FF4081;
}
p{
position: absolute;
width: 200px;
height: 21px;
left: 620px;
top: 289px;
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 21px;
/* identical to box height */
display: flex;
align-items: center;
color: #9D9D9D;
}