File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h1>Wireframe</h1>
1313 This page talks about wireframe.
1414 </ p >
1515 </ header >
16- < main >
16+ < main >
1717
1818 <!-- Article 1: Questions 1 -->
1919 < article >
Original file line number Diff line number Diff line change @@ -88,17 +88,25 @@ article {
8888 }
8989}
9090
91+ article : nth-of-type (2 ) img ,
92+ article : nth-of-type (3 ) img {
93+ height : 400px ;
94+ width : 100% ;
95+ object-fit : cover;
96+ }
97+
9198header {
92- text-align : center;
99+ text-align : center;
93100}
94101
95102footer {
96- position : fixed;
97- bottom : 0 ;
98- text-align : center;
99- font-weight : 500 ;
100- border : solid black 2px ;
101- width : 100% ;
102- background-color : white;
103- color : black;
103+ position : fixed;
104+ bottom : 0 ;
105+ text-align : center;
106+ font-weight : 500 ;
107+ border : solid black 2px ;
108+ left : 0 ;
109+ right : 0 ;
110+ background-color : white;
111+ color : black;
104112}
You can’t perform that action at this time.
0 commit comments