Created a banner, added more content, converted spaces to tabs, figured out hrefs with # based on id.

This commit is contained in:
2022-10-13 07:29:46 -05:00
parent 1c70887199
commit ce20fa0f6f
14 changed files with 158 additions and 48 deletions

View File

@ -1,30 +1,29 @@
/*** MyStuff ***/
/** Dark Theme **/
/*** Dark Theme ***/
body {
background-color: #444444;
background-color: #444444;
}
* {
color: #CCCCCC;
color: #CCCCCC;
}
a {
color: #FF9900
color: #FF9900
}
h1,h2,h3,h4,h5,h6 {
color: #6633FF;
color: #6633FF;
}
.header {
/*background-color: #113311;*/
background-color: #222222;
/*background-color: #113311;*/
background-color: #222222;
}
.title {
background-color: #111111;
background-color: #111111;
}
.text {
background-color: #333333;
background-color: #333333;
}