Fixed background file format
This commit is contained in:
parent
01301d5100
commit
fccf14ca06
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ body {
|
|||
|
||||
.right {
|
||||
right: 0;
|
||||
background: url("../images/pic1.png");
|
||||
background: url("../images/pic1.jpg");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
width: 60%;
|
||||
|
|
Reference in a new issue