Skip to content

Commit

Permalink
rework CSS, add Chaos-West logo and headline
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecms committed Oct 5, 2023
1 parent 15d29de commit 9d4294d
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,35 @@
font-size: 12px;
padding: 0 15px;
}
a { color: lime; text-decoration: none; display: grid; grid-template-columns: 1fr 1fr 40px; align-items: center; margin: 15px; gap: 12px; }
a {
color: lime;
text-decoration: none;
display: grid;
grid-template-columns: 1fr 1fr 40px;
align-items: center;
margin: 15px;
gap: 12px;
}
a.space img, div { height: 40px; }
.logo { text-align: center; }
h1 {
font-size: 18pt;
}
header {
max-width: 450px;
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
padding: 5px 15px;
}
</style>
</head>
<body>
<header>
<img style="height: 42px;" src="https://github.com/ChaosWest/icon/raw/master/chaoswest-icon-color.svg" alt="Chaos-West" />
<h1>Chaos-West Spaces</h1>
</header>
<main>
<a class="space" href="https://www.das-labor.org">
Das Labor
Expand Down

0 comments on commit 9d4294d

Please sign in to comment.