Skip to content

Commit 2a8d7d8

Browse files
committed
cleanup; some endings missing, spacing
1 parent 2bf8f78 commit 2a8d7d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

public_html/style.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
html body {
1+
body {
22
box-sizing: border-box;
33
height: 300px;
44
width: 800px;
@@ -9,12 +9,12 @@ html body {
99
border: 5px dotted gainsboro;
1010
}
1111
.header {
12-
background-color: gray;
13-
background-image: url(http://getdrawings.com/san-francisco-bridge-vector#san-francisco-bridge-vector-25.png)
14-
text-align: center;
15-
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
12+
background-color: gray;
13+
background-image: url(http://getdrawings.com/san-francisco-bridge-vector#san-francisco-bridge-vector-25.png)
14+
text-align: center;
15+
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
1616
}
1717

1818
h1 {
19-
color: lightblue
20-
}
19+
color: lightblue;
20+
}

0 commit comments

Comments
 (0)