Skip to content

Commit 37c04e8

Browse files
authored
change background-image
1 parent c33f72b commit 37c04e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@
180180

181181
.hero{
182182
height:100vh;
183-
background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.7)),
184-
url("/image1.jpeg");
183+
background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.7));
184+
background-image :url("/image1.jpeg");
185185
background-size:cover;
186186
background-position:center;
187187
display:flex;

0 commit comments

Comments
 (0)