Skip to content

Commit b1a12ab

Browse files
committed
Add article images and improve styling
1 parent 3a60983 commit b1a12ab

4 files changed

Lines changed: 15 additions & 0 deletions

File tree

Wireframe/images/branch.png.png

20.9 KB
Loading

Wireframe/images/readme.png.png

17.2 KB
Loading
153 KB
Loading

Wireframe/style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,18 @@ article {
8787
grid-column: span 3;
8888
}
8989
}
90+
header {
91+
text-align: center;
92+
margin: 2rem 0;
93+
}
94+
95+
header h1 {
96+
margin-bottom: 0.5rem;
97+
}
98+
99+
footer {
100+
width: 100%;
101+
background-color: white;
102+
border-top: 1px solid black;
103+
padding: 10px;
104+
}

0 commit comments

Comments
 (0)