Compare commits

..

2 commits

Author SHA1 Message Date
Hydroxycarbamide
82b3fce09f Fix random block in html 2023-12-22 09:51:42 +01:00
Hydroxycarbamide
6e600a833e Remove google imports 2023-12-22 09:51:42 +01:00
3 changed files with 1 additions and 18 deletions

BIN
fonts/Ubuntu-Regular.ttf Normal file

Binary file not shown.

View file

@ -11,14 +11,6 @@
<body>
<div class="container">
<div class="left-container">
</head>
<body onLoad='getDate()' style="text-align: center">
<h1 id="Date"></h1>
<div class="gif">
<img class='vapor' src="cat.gif" width="450px" height="400px" />
</div>

View file

@ -1,6 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
:root {
--color-bg: #24273a;
--color-fg: #D9E0EE;
@ -13,6 +10,7 @@ html, body {
background: var(--color-bg);
color: var(--color-fg);
font-family: "Ubuntu";
src: url('fonts/Ubuntu-Regular.ttf') format('truetype');
height: 100%;
width: 100%;
margin: 0;
@ -146,10 +144,3 @@ a:hover {
100% {
opacity: 1;
}
}
#Date {
font-family: 'Bebas Neue';
font-size: 40px;
}