created animation + hoverAnimation helperFunction. Also Hero + Techstack (prev) styled and animated.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
.hero {
|
||||
grid-area: 1 / 1 / 5 / 5;
|
||||
background-color: #28272a;
|
||||
padding: 2rem;
|
||||
border-radius: 1rem;
|
||||
border: 0.5px solid rgb(73, 73, 73);
|
||||
grid-area: 1 / 1 / 4 / 5;
|
||||
animation-duration: 1.5s;
|
||||
}
|
||||
|
||||
.hero:hover {
|
||||
animation-duration: .5s;
|
||||
}
|
||||
|
||||
.hero p span {
|
||||
|
||||
Reference in New Issue
Block a user