Skip to content

Commit 8eb31fa

Browse files
1 parent 9f59b69 commit 8eb31fa

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Wireframe/index.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,11 @@
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>

Wireframe/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ body {
3131
color: var(--ink);
3232
font: var(--font);
3333
}
34+
header {
35+
text-align: center;
36+
}
3437
a {
3538
padding: var(--space);
3639
border: var(--line);
@@ -62,6 +65,7 @@ https://developer.chrome.com/docs/devtools/css/grid
6265
https://gridbyexample.com/learn/
6366
*/
6467
main {
68+
text-align: center;
6569
display: grid;
6670
grid-template-columns: 1fr 1fr;
6771
gap: var(--space);

0 commit comments

Comments
 (0)