Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Modifikasi desain.
  • Loading branch information
fwzakiy committed Jan 1, 2024
1 parent d9db524 commit d00ea6d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
body {
font-family: 'Arial', sans-serif;
margin: 20px;
background-color: #f5f5f5;
color: #333;
}

h1 {
text-align: center;
color: #333;
color: #0060ae; /* Warna aksen */
}

table {
Expand All @@ -28,16 +30,17 @@
}

th {
background-color: #f2f2f2;
background-color: #0060ae; /* Warna aksen */
color: #fff; /* Warna teks putih untuk kontras */
}

tr:hover {
background-color: #f5f5f5;
background-color: #e1e1e1; /* Warna latar saat dihover */
}
</style>
</head>
<body>
<h1>Kalender Akademik Universitas Darunnajah 2022-2023</h1>
<h1 style="color: #0060ae;">Kalender Akademik Universitas Darunnajah 2022-2023</h1>

<table>
<tr>
Expand Down

0 comments on commit d00ea6d

Please sign in to comment.