Add style.css
This commit is contained in:
parent
e95e915923
commit
51f0f9bc10
29
style.css
Normal file
29
style.css
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
header, nav, main, footer {
|
||||||
|
display: block;
|
||||||
|
width: 1078px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color:#000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
div {
|
||||||
|
width: 1078px;
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#container {
|
||||||
|
position: relative;
|
||||||
|
margin: auto;
|
||||||
|
width: 1078px;
|
||||||
|
height: auto;
|
||||||
|
overflow: hidden;
|
||||||
|
border: 1px solid #ffffff;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user