1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-07-25 07:57:48 +00:00

Don't seperate CSS into logical sections

This commit is contained in:
RGBCube 2023-12-18 10:48:02 +03:00
parent 825d7df117
commit 56215e379b
No known key found for this signature in database

View file

@ -26,14 +26,18 @@
<body>
<style>
/* STYLING */
@font-face {
font-family: "Bai Jamjuree";
font-weight: 700;
src: url(BaiJamjuree700.woff2) format(woff2);
}
body,
html {
height: 100%;
margin: 0;
}
html {
background-color: #000000;
font-family: "Bai Jamjuree", sans;
@ -60,14 +64,6 @@
background-color: #FFFF00;
}
/* POSITIONING */
body,
html {
height: 100%;
margin: 0;
}
.scene {
height: 100%;
width: 100%;