File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ <h1>Wireframe</h1>
1515 </ header >
1616 < main >
1717
18- < div >
18+ < div class =" article-border " >
1919 < article >
2020 < img src ="placeholder.svg " alt ="" class ="image-size " />
21- < h2 > Title </ h2 >
21+ < h2 > READ ME.md file and what is mean. </ h2 >
2222 < p >
2323 Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
2424 voluptates. Quisquam, voluptates.
@@ -27,10 +27,10 @@ <h2>Title</h2>
2727 </ article >
2828 </ div >
2929 < hr >
30- < div >
30+ < div class =" article-border " >
3131 < article >
3232 < img src ="placeholder.svg " alt ="" class ="image-size " />
33- < h2 > Title </ h2 >
33+ < h2 > What is a wireframe and the purpose of it used </ h2 >
3434 < p >
3535 Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
3636 voluptates. Quisquam, voluptates.
@@ -39,10 +39,10 @@ <h2>Title</h2>
3939 </ article >
4040 </ div >
4141 < hr >
42- < div >
42+ < div class =" article-border " >
4343 < article >
4444 < img src ="placeholder.svg " alt ="" class ="image-size " />
45- < h2 > Title </ h2 >
45+ < h2 > Git, repo and branch </ h2 >
4646 < p >
4747 Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
4848 voluptates. Quisquam, voluptates.
Original file line number Diff line number Diff line change 11.image-size {
2- width : 300px ;
3- height : 300px ;
2+ width : 100% ;
3+ height : 20% ;
4+ }
5+ .article-border {
6+ border : 2px solid black;
7+ border-radius : 5px ;
8+ margin : 0px 15px 0px 25px ;
49}
You can’t perform that action at this time.
0 commit comments