hero square done

This commit is contained in:
yousifpa98
2024-12-19 22:52:36 +01:00
parent c58c287054
commit 1ff58ea7cc
15 changed files with 277 additions and 13 deletions

17
src/css/Hero.css Normal file
View File

@@ -0,0 +1,17 @@
.hero {
grid-area: 1 / 1 / 5 / 5;
background-color: #28272a;
padding: 2rem;
border-radius: 1rem;
border: 0.5px solid rgb(73, 73, 73);
}
.hero p span {
color: white;
font-weight: bold;
}
.hero p {
font-size: 2rem;
color: rgb(151, 151, 151);
}