-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathblog.css
More file actions
55 lines (55 loc) · 738 Bytes
/
blog.css
File metadata and controls
55 lines (55 loc) · 738 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
55
body{
font-family: "Nunito", sans-serif;
}
.img{
height: 15vw!important;
width: 20vw!important;
/* border: 2px solid red; */
}
.border{
border:2px solid #aaa!important;
border-radius: 10px;
}
.name{
margin-left: 10vw;
}
img#one{
z-index: -1;
position: fixed;
opacity: 0.4;
top: 8rem;
left: 43rem;
width: 15vh;
}
img#two{
position: fixed;
opacity: 0.7;
width: 10rem;
bottom: 0;
right: 0;
z-index: -1;
}
.border{
border: 2px solid black;
}
img#three{
position: fixed;
width: 20rem;
opacity: 0.4;
padding: 0 0;
z-index: -1;
}
img#four{
position: fixed;
width: 10rem;
right: 15rem;
bottom: 20rem;
z-index: -1;
opacity: 0.5;
}
#back{
background: #fff;
}
.borderred{
border: 2px solid red!important;
}