1
0

start to move css to homepage-css folder

This commit is contained in:
dtb
2023-10-31 17:13:05 -06:00
parent b82554c370
commit 0d33afb7cf
20 changed files with 373 additions and 46 deletions

View File

@@ -0,0 +1,17 @@
body {
background-color: #000000;
color: #00FF00;
font-size: 100%;
}
a {
color: #FF4444;
text-decoration: none;
font-weight: bold;
}
h1, h2, h3, h4, h5, h6, h7 { font-weight: normal; }
h1 { font-size: 1.25em; /* 20px */ }
h2 { font-size: 1.125em; /* 18px */ }
h3 { font-size: 1em; /* 16px */ }
h7 { font-size: 0.625em; /* 10px */ }