Skip to content

Commit 6f18705

Browse files
author
JorvanW
committed
used the container id to wrap and center the page
1 parent 095ab92 commit 6f18705

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Wireframe/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ H1 {
3131
}
3232

3333

34-
.Wireframe-article {
34+
35+
#container {
3536
display: flex;
36-
flex-direction: column;
37-
align-items: center;
38-
bottom: 40px ;
37+
justify-content: center;
3938
}
39+
4040
/* ====== Base Elements ======
4141
General rules for basic HTML elements in any context */
4242
body {

0 commit comments

Comments
 (0)