File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 </ head >
99 < body >
1010 < header >
11- < h1 > The struggle of coding </ h1 >
12- < h2 >
13- I will succeed
14-
15- </ h2 >
11+ < h1 > Web Development concepts</ h1 >
12+ < h2 > Some key words you would encouter</ h2 >
1613 </ header >
1714 < main >
18- < section >
19-
15+
2016 < article >
2117 < img src ="placeholder.svg " alt ="" />
2218 < h2 > What is the Purpose of a README file</ h2 >
@@ -53,11 +49,11 @@ <h2>What is the purpose of wireframe </h2>
5349 < a href ="https://balsamiq.com/blog/what-are-wireframes/ " > Read more</ a >
5450
5551 </ article >
56- </ section >
52+
5753 </ main >
5854 < footer >
5955 < p >
60- This is the default, provided code and no changes have been made yet.
56+ This website has been made by Ebrahim Moqbel
6157 </ p >
6258 </ footer >
6359 </ body >
Original file line number Diff line number Diff line change 3131 color : var (--ink );
3232 font : var (--font );
3333}
34+ header {
35+ text-align : center;
36+ }
3437a {
3538 padding : var (--space );
3639 border : var (--line );
@@ -62,6 +65,7 @@ https://developer.chrome.com/docs/devtools/css/grid
6265https://gridbyexample.com/learn/
6366*/
6467main {
68+ text-align : center;
6569 display : grid;
6670 grid-template-columns : 1fr 1fr ;
6771 gap : var (--space );
You can’t perform that action at this time.
0 commit comments