Skip to content

Commit e014833

Browse files
committed
Update style.css
1 parent bd37fb1 commit e014833

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

style.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*remove the white border around the screen*/
2+
body {
3+
margin: 0%;
4+
}
5+
16
/*Title Container*/
27
.container {
38
text-align: center;
@@ -28,8 +33,6 @@
2833
background-color:#faebd7;
2934
transition: 200ms all ease;
3035
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
31-
margin-top: -1%;
32-
margin-left: -1%;
3336
height: 200%;
3437
}
3538

0 commit comments

Comments
 (0)