new styles

This commit is contained in:
2025-11-25 23:08:37 +00:00
parent 93a4f851da
commit 87be9b8c48

View File

@@ -5,6 +5,16 @@
} }
} }
/* Variables */
/* Blue - Beige */
:root {
--primary: #153448;
--secondary: #3c5b6f;
--tertiary: #948979;
--quaternary: #f5bb78;
--background: #dfd0b8;
}
body { body {
/*background-image: linear-gradient(to bottom, aqua, blue);*/ /*background-image: linear-gradient(to bottom, aqua, blue);*/
font-family: "Times New Roman", Times, serif; font-family: "Times New Roman", Times, serif;
@@ -14,6 +24,7 @@ body {
/*background-image: url("../img/background.png"); /*background-image: url("../img/background.png");
background-size: cover;*/ background-size: cover;*/
background-color: var(--background);
} }
main { main {
@@ -31,24 +42,14 @@ main {
} }
p { p {
color: black; color: var(--secondary);
} }
h1, h1,
h2, h2,
h3, h3,
h4 { h4 {
color: black; color: var(--primary);
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
background-color: beige;
} }
.album-img { .album-img {