s
This commit is contained in:
parent
6d35e978be
commit
65f077f2cd
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
body{
|
||||
background-image: url(../photos/athens2.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size:cover;
|
||||
background-size:100% 100vh;
|
||||
width: 1900px;
|
||||
height: 300px;
|
||||
}
|
|
@ -14,7 +14,7 @@ footer {
|
|||
position: absolute;
|
||||
bottom: 0;
|
||||
text-align: justify;
|
||||
color: wheat;
|
||||
color: bisque;
|
||||
}
|
||||
|
||||
div {
|
||||
|
|
Loading…
Reference in a new issue