File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 < title > Wireframe</ title >
77 < link rel ="stylesheet " href ="style.css " />
88 </ head >
9-
109 < body >
1110 < header >
1211 < h1 > Wireframe</ h1 >
1312 < p > Learn about README files, wireframes, and Git branches.</ p >
1413 </ header >
15-
1614 < main >
1715 < article >
1816 < img
@@ -27,7 +25,6 @@ <h2>What is a README File?</h2>
2725 </ p >
2826 < a href ="https://www.makeareadme.com/ "> Read more</ a >
2927 </ article >
30-
3128 < article >
3229 < img src ="wireframe.png " alt ="Wireframe showing a webpage layout " />
3330 < h2 > What is a Wireframe?</ h2 >
@@ -38,7 +35,6 @@ <h2>What is a Wireframe?</h2>
3835 </ p >
3936 < a href ="https://balsamiq.com/blog/what-are-wireframes/ "> Read more</ a >
4037 </ article >
41-
4238 < article >
4339 < img src ="git-branch.png " alt ="Illustration of branching in Git " />
4440 < h2 > What is a Git Branch?</ h2 >
Original file line number Diff line number Diff line change 2929 margin : 0 auto calc (var (--space ) * 4 ) auto;
3030}
3131footer {
32+ text-align : center;
3233 width : 100% ;
3334 background : white;
3435 border-top : 1px solid black;
@@ -51,19 +52,15 @@ article {
5152 grid-template-columns : var (--space ) 1fr var (--space );
5253 row-gap : 0.5rem ;
5354}
54-
5555article > * {
5656 grid-column : 2 / 3 ;
5757}
58-
5958article > img {
6059 grid-column : span 3 ;
6160}
62-
6361article h2 {
6462 margin : 0 ;
6563}
66-
6764article p {
6865 margin : 0.5rem 0 0 0 ;
6966}
You can’t perform that action at this time.
0 commit comments