Compare commits
No commits in common. "develop" and "master" have entirely different histories.
@ -12,13 +12,5 @@
|
||||
<div class="text">DRNK C0FFƎE</div>
|
||||
<div class="red"></div>
|
||||
</div>
|
||||
|
||||
<div class="labels">
|
||||
<div class="card"><a href="https://git.finallycoffee.eu/">git</a></div>
|
||||
<div class="card">ci</div>
|
||||
<div class="card">matrix</div>
|
||||
<div class="card">mastodon</div>
|
||||
<div class="card">pixelfed</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
26
main.css
26
main.css
@ -29,29 +29,3 @@ body {
|
||||
font-size: 7em;
|
||||
}
|
||||
|
||||
|
||||
.labels {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.labels .card {
|
||||
color: white;
|
||||
background-color: black;
|
||||
margin: 0 20px;
|
||||
padding: 20px;
|
||||
font-family: "Courier new", monospace, sans-serif;
|
||||
font-size: 3em;
|
||||
font-align: center;
|
||||
}
|
||||
|
||||
.labels .card a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.labels .card a:hover,
|
||||
.labels .card a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user