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>
|
<head>
|
||||||
<title>Cesium</title>
|
<title>Cesium</title>
|
||||||
<link rel="stylesheet" href="styles.css">
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Cesium</h1>
|
<h1>Cesium</h1>
|
||||||
@@ -14,8 +17,7 @@
|
|||||||
<br>GitHub: <a href="https://github.com/CesiumCs">CesiumCs</a>
|
<br>GitHub: <a href="https://github.com/CesiumCs">CesiumCs</a>
|
||||||
</p>
|
</p>
|
||||||
<h2>other stuff</h2>
|
<h2>other stuff</h2>
|
||||||
<p>i dont check this stuff much, not an exhaustive list of my entire
|
<p>not an exhaustive list of my entire presence on the internet</p>
|
||||||
presence on the internet</p>
|
|
||||||
<p>
|
<p>
|
||||||
Instagram: <a href="https://instagram.com/c.es.ium/">c.es.ium</a>
|
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>
|
<br>Youtube: <a href="https://www.youtube.com/channel/UCXPFpgA9G9_wtlyDeT7QAig">Cesium</a>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
font-family: "Open Sans";
|
font-family: "Open Sans";
|
||||||
background-color: #0f1011;
|
background-color: #0f1011;
|
||||||
color: white;
|
color: white;
|
||||||
width: 69vw;
|
width: 69vw; /* nice */
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
@@ -10,4 +10,8 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: 0 0 15px;
|
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