-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.css
58 lines (49 loc) · 804 Bytes
/
index2.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
/* index2.html design, blog section start here */
.blog {
display: flex;
flex-direction: column;
justify-content: space-evenly;
height: 240px;
padding: 10px;
background-color: cadetblue;
}
.blog-photo {
display: flex;
justify-content: space-evenly;
align-items: center;
}
.blog-vs {
font: 16px;
margin: 0 5px;
}
.blog-info {
text-align: center;
margin-left: 0;
}
.blog-heading {
margin-bottom: 15px;
font-size: 18px;
}
.blog-text {
margin-bottom: 15px;
font-size: 15px;
color: #4D4D4D;
}
.group{
text-align: center;
}
.ol{
color: darkmagenta;
DISPLAY : flex;
flex-direction: row;
list-style-type: none;
}
li{
margin-left: 40px;
}
.ol:hover{
color: hotpink;
}
.ol:visited{
color: green;
}