Compare commits

..

No commits in common. "82b3fce09f87bcf3697a22592755cfe04fd80adc" and "1d9c28dabe647805a0bfaa6f06c55ca1c93ba9bc" have entirely different histories.

3 changed files with 18 additions and 1 deletions

Binary file not shown.

View file

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

View file

@ -1,3 +1,6 @@
@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 { :root {
--color-bg: #24273a; --color-bg: #24273a;
--color-fg: #D9E0EE; --color-fg: #D9E0EE;
@ -10,7 +13,6 @@ html, body {
background: var(--color-bg); background: var(--color-bg);
color: var(--color-fg); color: var(--color-fg);
font-family: "Ubuntu"; font-family: "Ubuntu";
src: url('fonts/Ubuntu-Regular.ttf') format('truetype');
height: 100%; height: 100%;
width: 100%; width: 100%;
margin: 0; margin: 0;
@ -144,3 +146,10 @@ a:hover {
100% { 100% {
opacity: 1; opacity: 1;
} }
}
#Date {
font-family: 'Bebas Neue';
font-size: 40px;
}