Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
islamicity authored May 26, 2024
1 parent 86ac9ea commit f69cf05
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/docs/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/* Basic styling for the website */
body {
font-family: sans-serif;
margin: 0;
padding: 0;
}

header {
background-color: #f0f0f0;
padding: 1rem;
}

nav a {
margin-right: 1rem;
text-decoration: none;
}

.button {
display: inline-block;
padding: 0.5rem 1rem;
background-color: #007bff; /* Contoh warna biru */
color: white;
text-decoration: none;
border-radius: 5px;
}

0 comments on commit f69cf05

Please sign in to comment.