Upload files to "Chapter 2/practace"

This commit is contained in:
2026-02-10 14:32:17 -05:00
parent d4e25b3b9a
commit 92e7751a26
3 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
body {
background-image: url("./img/greyback.jpg");
margin: 0px;
}
main {
display: flex;
flex-direction: column;
margin: 0px 40px;
}
h1 {
font-size: 28pt;
}
h2 {
font-size: 26pt;
}
p, li {
font-size: 16pt;
}