Skip to content

Commit bce1541

Browse files
committed
update3
1 parent 427cf9e commit bce1541

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<body>
1010
<header>
1111
<div class="banner-container">
12-
<img src="your-image.jpg" alt="Banner" class="banner" />
12+
<img src="banner1.jpg" alt="Banner" class="banner" />
1313
</div>
1414
</header>
1515

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body {
99

1010
header {
1111
background: #000000;
12-
color: #fff;
12+
color: #0000000;
1313
padding: 1rem 0;
1414
}
1515

0 commit comments

Comments
 (0)