progWeb/main.css
2022-12-06 18:15:40 +01:00

8 lines
129 B
CSS

body{
background-image: url(./athens.jpg);
background-repeat: no-repeat;
background-size:cover;
width: 1900px;
height: 300px;
}