File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,24 @@ <h2>Title</h2>
23
23
</ p >
24
24
< a href =""> Read more</ a >
25
25
</ article >
26
+ < article >
27
+ < img src ="placeholder.svg " alt ="" />
28
+ < h2 > Title</ h2 >
29
+ < p >
30
+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
31
+ voluptates. Quisquam, voluptates.
32
+ </ p >
33
+ < a href =""> Read more</ a >
34
+ </ article >
35
+ < article >
36
+ < img src ="placeholder.svg " alt ="" />
37
+ < h2 > Title</ h2 >
38
+ < p >
39
+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
40
+ voluptates. Quisquam, voluptates.
41
+ </ p >
42
+ < a href =""> Read more</ a >
43
+ </ article >
26
44
</ main >
27
45
< footer >
28
46
< p >
Original file line number Diff line number Diff line change 30
30
background : var (--paper );
31
31
color : var (--ink );
32
32
font : var (--font );
33
+ margin : 0% ;
33
34
}
35
+
34
36
a {
35
37
padding : var (--space );
36
38
border : var (--line );
@@ -49,10 +51,15 @@ main {
49
51
max-width : var (--container );
50
52
margin : 0 auto calc (var (--space ) * 4 ) auto;
51
53
}
54
+ header {
55
+ text-align : center;
56
+ }
52
57
footer {
53
58
position : fixed;
54
59
bottom : 0 ;
55
60
text-align : center;
61
+ background : turquoise;
62
+ width : 100% ;
56
63
}
57
64
/* ====== Articles Grid Layout ====
58
65
Setting the rules for how articles are placed in the main element.
You can’t perform that action at this time.
0 commit comments