Start with Python
This commit is contained in:
16
3-front-end/6-css-challenge/main.css
Normal file
16
3-front-end/6-css-challenge/main.css
Normal file
@ -0,0 +1,16 @@
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
nav {
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
#container {
|
||||
padding: 90px 5%;
|
||||
}
|
||||
|
||||
footer {
|
||||
height: 30px;
|
||||
padding: 10px;
|
||||
}
|
Reference in New Issue
Block a user