misc changes in one commit like a boss
This commit is contained in:
BIN
assets/OpenSans-Regular.ttf
Normal file
BIN
assets/OpenSans-Regular.ttf
Normal file
Binary file not shown.
@@ -3,6 +3,9 @@
|
||||
<head>
|
||||
<title>Cesium</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<meta content="#bb99ff" name="theme-color"> <!--uwu-->
|
||||
<meta property="og:title" content="Cesium">
|
||||
<meta property="og:description" content="stuff about me i guess">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Cesium</h1>
|
||||
@@ -14,8 +17,7 @@
|
||||
<br>GitHub: <a href="https://github.com/CesiumCs">CesiumCs</a>
|
||||
</p>
|
||||
<h2>other stuff</h2>
|
||||
<p>i dont check this stuff much, not an exhaustive list of my entire
|
||||
presence on the internet</p>
|
||||
<p>not an exhaustive list of my entire presence on the internet</p>
|
||||
<p>
|
||||
Instagram: <a href="https://instagram.com/c.es.ium/">c.es.ium</a>
|
||||
<br>Youtube: <a href="https://www.youtube.com/channel/UCXPFpgA9G9_wtlyDeT7QAig">Cesium</a>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
font-family: "Open Sans";
|
||||
background-color: #0f1011;
|
||||
color: white;
|
||||
width: 69vw;
|
||||
width: 69vw; /* nice */
|
||||
margin: auto;
|
||||
}
|
||||
a {
|
||||
@@ -10,4 +10,8 @@ a {
|
||||
text-decoration: none;
|
||||
text-shadow: 0 0 15px;
|
||||
}
|
||||
/* TODO: make it not bad */
|
||||
@font-face {
|
||||
font-family: "Open Sans";
|
||||
src: url(assets/OpenSans-Regular.ttf);
|
||||
}
|
||||
/* TODO: make it not bad */
|
||||
|
||||
Reference in New Issue
Block a user