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