This commit is contained in:
2021-11-07 17:04:41 +00:00
commit f83ef2ccf6
5 changed files with 57 additions and 0 deletions

4
css/index.css Normal file
View File

@@ -0,0 +1,4 @@
body {
background-color: chocolate;
color: darkmagenta;
}

19
css/main.css Normal file
View File

@@ -0,0 +1,19 @@
body {
min-height: 100vh;
}
p {
padding: 0;
}
.title {
font-size: 3rem;
color: chartreuse;
font-style: oblique;
text-decoration: none;
}
.title:hover {
font-weight: bold;
text-decoration: underline;
}

3
css/second.css Normal file
View File

@@ -0,0 +1,3 @@
body {
background-color: darkolivegreen;
}