flairing up website

This commit is contained in:
2025-11-20 18:05:16 +00:00
parent 22d0cb7f79
commit 67d5626273
2 changed files with 37 additions and 1 deletions

25
html/css/styles.css Normal file
View File

@@ -0,0 +1,25 @@
html {
height: 100%;
margin: 0;
}
body {
font-family: "Times New Roman", Times, serif;
display: flex;
background-image: linear-gradient(to bottom, aqua, blue);
/*background-image: url("../img/background.png");
background-size: cover;*/
}
p {
color: black;
}
h1,
h2,
h3,
h4 {
color: black;
}