initial commit

This commit is contained in:
filifa
2024-03-19 20:33:14 -05:00
commit 65982553cb
11 changed files with 987 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
body {
background-color: black;
}
p {
background-color: darkslategray;
font-size: x-large;
font-family: sans-serif;
padding: 5px;
color: white;
border: 2px solid seagreen;
clear: both;
}
#codec-top {
height: 200px;
}
.otacon-portrait {
float: left;
height: 100%;
filter: saturate(110%) brightness(65%) hue-rotate(95deg);
}
.snake-portrait {
float: right;
height: 100%;
}
.otacon {
text-align: start;
}
.snake {
text-align: end;
}