added some styling for bg + added tallContent component + animation
This commit is contained in:
@@ -6,5 +6,12 @@
|
||||
|
||||
body {
|
||||
font-family: "SF Pro Display", sans-serif;
|
||||
background-color: black;
|
||||
background-color: #000000;
|
||||
background-color: #000000;
|
||||
background-image: linear-gradient(
|
||||
43deg,
|
||||
#000000 29%,
|
||||
#454545 89%,
|
||||
#2d2d2d 100%
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user