forked from fikrcamp/HTML-Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
91 lines (91 loc) · 1.45 KB
/
index.css
File metadata and controls
91 lines (91 loc) · 1.45 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/* body
{
background-image: url("https://cdn-bnokp.nitrocdn.com/QNoeDwCprhACHQcnEmHgXDhDpbEOlRHH/assets/static/optimized/rev-86e5434/online-decorating/wp-content/uploads/2018/11/best-interior-design-blogs-design-milk.jpg");
background-size:cover;
background-position:auto;
background-repeat: no-repeat;
} */
#header
{
display: flex;
justify-content: center;
text-align: center;
margin-top: 10px;
}
#header
{
background: rgba(76, 175, 80, 0.1);
}
#first-div
{
text-align:center;
width: 40%;
margin:10px 0px
}
#first-div p
{
padding:15px 0px;
}
#article
{
display: flex;
justify-content: center;
text-align: center;
margin-top: 10px;
}
#snd-div
{
text-align:center;
width: 40%;
margin:10px 0px
}
#article
{
display: flex;
justify-content: center;
text-align: center;
margin-top: 10px;
}
#article
{
background: rgba(76, 175, 80, 0.1);
}
#snd-div img
{
width: 250px;
height: 150px;
}
#sndarticle
{
display: flex;
justify-content: center;
text-align: center;
margin-top: 10px;
}
#third-div
{
text-align:center;
width: 40%;
margin:10px 0px
}
#sndarticle
{
display: flex;
justify-content: center;
text-align: center;
margin-top: 10px;
}
#sndarticle
{
background: rgba(76, 175, 80, 0.1);
}
#third-div img
{
width: 250px;
height: 150px;
}
footer {
text-align: center;
padding: 3px;
color: rgb(233, 165, 165);
}