1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-07-26 08:27:44 +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> <body>
<style> <style>
/* STYLING */
@font-face { @font-face {
font-family: "Bai Jamjuree"; font-family: "Bai Jamjuree";
font-weight: 700; font-weight: 700;
src: url(BaiJamjuree700.woff2) format(woff2); src: url(BaiJamjuree700.woff2) format(woff2);
} }
body,
html {
height: 100%;
margin: 0;
}
html { html {
background-color: #000000; background-color: #000000;
font-family: "Bai Jamjuree", sans; font-family: "Bai Jamjuree", sans;
@ -60,14 +64,6 @@
background-color: #FFFF00; background-color: #FFFF00;
} }
/* POSITIONING */
body,
html {
height: 100%;
margin: 0;
}
.scene { .scene {
height: 100%; height: 100%;
width: 100%; width: 100%;