Add gitignore and begin styling

This commit is contained in:
Froge 2025-02-01 01:12:17 +10:00
parent 7e3b4d9cbc
commit 22fcacaecc
Signed by: froge
GPG key ID: A825E09930271BFA
4 changed files with 48 additions and 48 deletions

View file

@ -1,17 +1,24 @@
html {
height: 100%;
width: 100%;
overflow: hidden;
}
body {
font-family:Open Sans,Arial;
color:#d9d9d9;
/*color:#454545;*/
background-color:#000000;
font-size:16px;
margin:0.5em auto;
max-width:800px;
padding:1em;
font-family: Open Sans,Arial;
color: #d4d4d4;
background-color: #252422;
font-size: 16px;
margin: 1em auto;
max-width: 48em;
padding: 1em;
line-height: 1.4;
-webkit-hyphens:auto;
-ms-hyphens:auto;
hyphens:auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
text-align: center;
height: 100%;
width: 100%;
}
li {
@ -35,3 +42,26 @@ a:visited {
#blog-title {
margin-bottom: 0;
}
/* Magic frog pool CSS lives here */
#frog-pool-container {
z-index: -1;
position: absolute;
bottom: 0%;
left: 0%;
/*transform: translate(-50%, -50%);*/
transform: rotate(0deg);
background: rgb(37,36,34);
background: linear-gradient(-20deg, rgba(37,36,34,1) 25%, rgba(62,34,143,1) 60%, rgba(39,171,198,1) 95%);
height: 100%;
width: 100%;
background-color: blue;
overflow: hidden;
}
.frog-pool-water {
}
.frog-pool-emoji {
}