Skip to content

Commit ed9c269

Browse files
committed
banner change
1 parent 7457fd3 commit ed9c269

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ p {
1515
padding: 0;
1616
font-family: Georgia, 'Times New Roman', Times, serif;
1717
box-sizing: border-box;
18+
1819
}
1920

2021
/*HEADER*/
2122
.hero{
2223
height: 100vh;
2324
width: 100%;
24-
background-image: url(../portfolio/assets/banner_image.jpg);
25+
background-image: url(/assets/background_image.png);
2526
background-size: cover;
2627
background-position: center;
2728
}

styles.css

Whitespace-only changes.

0 commit comments

Comments
 (0)