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:
parent
825d7df117
commit
56215e379b
1 changed files with 6 additions and 10 deletions
16
index.html
16
index.html
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue