Skip to content

Commit 0242aa3

Browse files
committed
Centered the page title and text beneath
1 parent b3e66b7 commit 0242aa3

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<body>
1010
<header>
1111
<h1>Wireframe</h1>
12-
<p>
13-
This is the default, provided code and no changes have been made yet.
12+
<p class="header_paragraph">
13+
A wireframe is a basic sketch of a webpage that helps plan the layout and organization of content before building the final design.
1414
</p>
1515
</header>
1616
<main>

Wireframe/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ body {
3131
color: var(--ink);
3232
font: var(--font);
3333
}
34+
35+
h1 {
36+
text-align: center;
37+
}
38+
.header_paragraph{
39+
text-align: center;
40+
}
41+
3442
a {
3543
padding: var(--space);
3644
border: var(--line);

0 commit comments

Comments
 (0)