Updated colors with new var names, outsourced css

This commit is contained in:
2025-06-26 18:56:46 +02:00
parent 65efc3a8df
commit e14d5db9da
2 changed files with 47 additions and 52 deletions

35
colors/colors.css Normal file
View File

@@ -0,0 +1,35 @@
* {
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
#content {
top: 50%;
left: 50%;
width: 100%;
max-width: 500px;
position: absolute;
transform: translate(-50%, -50%);
}
.color-palette {
width: 100%;
max-width: 500px;
}
.single-color {
width: 20%;
float: left;
text-align: center;
display: inline-block;
}
.single-color div {
padding-top: 50%;
margin-top: 50px;
margin-bottom: 2px;
}