forked from Puja-Saraf/SheHacks_Team-015
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.css
50 lines (49 loc) · 783 Bytes
/
blog.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
body {
background:#F6F2EF;
}
.sx {
position: absolute;
width: 100vw;
height: 60px;
background-color: #E6CEC2;
left: 0px;
top: 80px;
text-align:center;
font-size:1.5rem;
font-weight:bolder;
text-shadow: 2px 2px white;
}
.alli{
position: absolute;
top: -12px;
width: 291px;
height: 73px;
font-family: 'Merienda One', cursive;
font-weight:bolder;
}
.hd{
position: absolute;
left: 45px;
top: -12px;
color: #F86491;
font-size:2rem;
}
.uni{
color: #FF7D21;
}
.hm{
font-weight: bolder;
font-size: 40px;
color: black;
text-shadow: 1.5px 1.5px #d4ae9a;
}
img{
position: absolute;
left:-50px;
top:0px;
}
.fb-comments{
position: absolute;
left:0px;
top: 100px;
}