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
+3 -3
View File
@@ -1,10 +1,10 @@
:root {
--project-card-light-background: #f2f2f2;
--project-card-dark-background: #131212;
--card-light-background: #F2F2F2;
--card-dark-background: #131212;
}
article {
background-color: var(--project-card-background);
background-color: var(--card-background);
color: var(--text);
border-radius: 1.875rem;
padding: 3.5rem 2.5rem;