hero square done
This commit is contained in:
17
src/css/Hero.css
Normal file
17
src/css/Hero.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user