progWeb/main.css
2022-12-06 18:21:16 +01:00

8 lines
136 B
CSS

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