Skip to content

Commit 1e08a40

Browse files
Alex JamshidiAlex Jamshidi
authored andcommitted
centered title
1 parent bf4f918 commit 1e08a40

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Wireframe/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ <h1>TECH NEWS</h1>
1313
Articles from the web
1414
</p>
1515
</header>
16+
<br>
1617
<main>
1718
<article>
1819
<img src="img1.jpg" alt="" />

Wireframe/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ main {
4949
max-width: var(--container);
5050
margin: 0 auto calc(var(--space) * 4) auto;
5151
}
52+
header {
53+
text-align: center;
54+
}
5255
footer {
5356
position: fixed;
5457
bottom: 0;

0 commit comments

Comments
 (0)