About page and home page

This commit is contained in:
Hazem Krimi
2023-11-14 19:34:03 +01:00
parent 6df17ff272
commit 33b8d792cf
13 changed files with 259 additions and 13 deletions
+18
View File
@@ -0,0 +1,18 @@
main h2 {
font-size: 3rem;
margin-bottom: 1rem;
}
main p {
margin-bottom: 3rem;
}
section img {
float: right;
}
@media only screen and (max-width: 1024px) {
section img {
display: none;
}
}