Skip to content

Commit e3e9d60

Browse files
committed
page layout closely match the wireframe
1 parent a434585 commit e3e9d60

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>Wireframe</h1>
11+
<center>
12+
<h1>Wireframe</h1>
13+
</center>
1214
<p>
1315
A wireframe is a basic, two-dimensional blueprint or outline of
1416
a website or app interface

Wireframe/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ a {
3838
max-width: fit-content;
3939
}
4040

41-
41+
h1{
42+
postion: center;
43+
}
4244

4345

4446
img,

0 commit comments

Comments
 (0)