Dope new landing page
This commit is contained in:
15
src/app/views/home/home.component.scss
Normal file
15
src/app/views/home/home.component.scss
Normal file
@ -0,0 +1,15 @@
|
||||
.badge {
|
||||
position: absolute;
|
||||
top: 15%;
|
||||
left: 50%;
|
||||
z-index: 500;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.controls {
|
||||
position: absolute;
|
||||
bottom: 10%;
|
||||
left: 50%;
|
||||
z-index: 500;
|
||||
transform: translateX(-50%);
|
||||
}
|
Reference in New Issue
Block a user