Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -80,7 +80,7 @@ body {
|
|
| 80 |
}
|
| 81 |
.hero-image {
|
| 82 |
/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
|
| 83 |
-
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("
|
| 84 |
|
| 85 |
/* Set a specific height */
|
| 86 |
height: 80%;
|
|
|
|
| 80 |
}
|
| 81 |
.hero-image {
|
| 82 |
/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
|
| 83 |
+
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("");
|
| 84 |
|
| 85 |
/* Set a specific height */
|
| 86 |
height: 80%;
|