We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427cf9e commit bce1541Copy full SHA for bce1541
2 files changed
index.html
@@ -9,7 +9,7 @@
9
<body>
10
<header>
11
<div class="banner-container">
12
- <img src="your-image.jpg" alt="Banner" class="banner" />
+ <img src="banner1.jpg" alt="Banner" class="banner" />
13
</div>
14
</header>
15
style.css
@@ -9,7 +9,7 @@ body {
header {
background: #000000;
- color: #fff;
+ color: #0000000;
padding: 1rem 0;
}
0 commit comments