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 adfed18 commit 9c6839cCopy full SHA for 9c6839c
index.html
@@ -10,8 +10,8 @@
10
</head>
11
<body>
12
<div class="container">
13
- <h1>Selamat Datang di Beranda!</h1>
14
- <p>Ini adalah halaman utama situs web Anda.</p>
+ <h1>Selamat Datang di Beranda Saya!</h1>
+ <p>Ini adalah halaman utama situs website Anda.</p>
15
<a href="404.html" class="button">Coba Halaman 404</a>
16
</div>
17
styles.css
@@ -11,7 +11,7 @@ body {
}
header {
- background-color: #2c3e50;
+ background-color: #070707;
color: white;
text-align: center;
padding: 1.5rem;
@@ -82,7 +82,7 @@ h1 {
82
footer {
83
84
padding: 1rem;
85
+ background-color: #0f0f0f;
86
87
margin-top: 2rem;
88
0 commit comments