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