Added Home page
This commit is contained in:
@ -17,6 +17,19 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.spotlight {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: radial-gradient(circle at 50% 30%,
|
||||
rgba(255, 255, 255, 0.1) 0%,
|
||||
rgba(0, 0, 0, 0.5) 70%);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
header {
|
||||
padding-top: 20px;
|
||||
padding-left: 20px;
|
||||
|
Reference in New Issue
Block a user