redesign #1
@ -107,15 +107,23 @@ body {
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 40px;
|
||||
color: azure;
|
||||
}
|
||||
/* FOOTER */
|
||||
footer {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
background-color: darkslategrey;
|
||||
text-align: center;
|
||||
height: 30px;
|
||||
}
|
||||
@media screen and (min-width: 800px) and (min-height: 700px) {
|
||||
footer p {
|
||||
padding: 0;
|
||||
margin-top: 6px;
|
||||
text-align: center;
|
||||
color: azure;
|
||||
}
|
||||
@media screen and (min-height: 600px) {
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user