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