Skip to content

Commit 9c6839c

Browse files
mengubah warna h dan f
1 parent adfed18 commit 9c6839c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
</head>
1111
<body>
1212
<div class="container">
13-
<h1>Selamat Datang di Beranda!</h1>
14-
<p>Ini adalah halaman utama situs web Anda.</p>
13+
<h1>Selamat Datang di Beranda Saya!</h1>
14+
<p>Ini adalah halaman utama situs website Anda.</p>
1515
<a href="404.html" class="button">Coba Halaman 404</a>
1616
</div>
1717
</head>

styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body {
1111
}
1212

1313
header {
14-
background-color: #2c3e50;
14+
background-color: #070707;
1515
color: white;
1616
text-align: center;
1717
padding: 1.5rem;
@@ -82,7 +82,7 @@ h1 {
8282
footer {
8383
text-align: center;
8484
padding: 1rem;
85-
background-color: #2c3e50;
85+
background-color: #0f0f0f;
8686
color: white;
8787
margin-top: 2rem;
8888
}

0 commit comments

Comments
 (0)