Skip to content

Commit fe82b80

Browse files
authored
Update layout1.html
1 parent a5f019d commit fe82b80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css_layout/layout1.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Mock 1</title>
66
<style type="text/css">
77
body {
8-
width: 100%;
8+
width: 95%;
99
margin: 0 20px;
1010
text-align: center;
1111
}
@@ -30,7 +30,7 @@
3030
background: lightblue;
3131
}
3232
footer {
33-
width: 94.5%;
33+
width: 94%;
3434
background: yellow;
3535
}
3636
</style>
@@ -50,4 +50,4 @@
5050
<footer></footer>
5151
</div>
5252
</body>
53-
</html>
53+
</html>

0 commit comments

Comments
 (0)