Compare commits

...

2 commits

Author SHA1 Message Date
a38124e317 Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb 2022-12-12 10:23:47 +01:00
65f077f2cd s 2022-12-12 10:23:44 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
body{ body{
background-image: url(../photos/athens2.jpg); background-image: url(../photos/athens2.jpg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size:cover; background-size:100% 100vh;
width: 1900px; width: 1900px;
height: 300px; height: 300px;
} }

View file

@ -14,7 +14,7 @@ footer {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
text-align: justify; text-align: justify;
color: wheat; color: bisque;
} }
div { div {