Skip to content

Commit

Permalink
add a big fuckoff title (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond authored Jan 1, 2025
1 parent dd580ca commit 5a60114
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
</head>

<body>
<header>
<h1 style="margin-bottom: 0px">nudelsalat</h1>
<p style="margin-top: 0px">by pastagang</p>
</header>
<div class="slots">
<div class="slot" id="slot-1">
<header>
Expand Down
9 changes: 9 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,12 @@ button {
button:hover {
background-color: #333;
}

a {
color: #cccccc;
}

a:hover {
background-color: #cccccc;
color: black;
}

0 comments on commit 5a60114

Please sign in to comment.