File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < title > Wireframe</ title >
7+ < meta name ="description " content ="A project practising wireframes and Git commits. ">
78 < link rel ="stylesheet " href ="style.css " />
89 </ head >
910 < body >
1011 < header >
1112 < h1 class ="center "> Wireframe & Git Commits</ h1 >
1213 < p class ="center "> Practicing commits in Git</ p >
1314 </ header >
14- < div class ="container ">
15+ < main class ="container ">
1516 < article >
1617 < img
1718 src ="https://img.freepik.com/premium-vector/wireframe-icon_933463-14328.jpg "
@@ -24,9 +25,9 @@ <h2>README File</h2>
2425 </ p >
2526 < a href =""> Read more</ a >
2627 </ article >
27- </ div >
28+ </ main >
2829
29- < div class ="article-row ">
30+ < main class ="article-row ">
3031 < article >
3132 < img
3233 src ="https://img.freepik.com/premium-vector/wireframe-icon_933463-14328.jpg "
@@ -52,7 +53,7 @@ <h2>What is a branch in Git?</h2>
5253 </ p >
5354 < a href =""> Read more</ a >
5455 </ article >
55- </ div >
56+ </ main >
5657
5758 < footer >
5859 < p > Designed with love by Monsur Abdulrahman 2026</ p >
Original file line number Diff line number Diff line change 5151 margin : 0 auto calc (var (--space ) * 4 ) auto;
5252}
5353footer {
54+ position : fixed;
5455 bottom : 0 ;
56+ width : 100% ;
5557 text-align : center;
5658}
5759/* ====== Articles Grid Layout ====
You can’t perform that action at this time.
0 commit comments