Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Jun 21, 2024
1 parent dd06858 commit e9da6eb
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<html>
<head>
<title>curried |> software</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<style>
body {
background: black;
color: white;
}
.hero {
position: absolute;
text-align: center;
margin: auto;
font-size: 4em;
top: calc(50% - 0.5em);
bottom: 0;
left: 0;
right: 0;
}
.cousine-bold {
font-family: "Cousine", monospace;
font-weight: 700;
font-style: normal;
}
</style>
</head>
<body>
<p class="hero cousine-bold">curried |> software</p>
</body>
</html>

0 comments on commit e9da6eb

Please sign in to comment.