13 lines
278 B
SCSS
13 lines
278 B
SCSS
#login {
|
|
position: relative;
|
|
margin: 0 auto;
|
|
display: block;
|
|
height: fit-content;
|
|
width: fit-content;
|
|
padding: 5rem;
|
|
border-radius: 20px;
|
|
background: #1d1d1d;
|
|
box-shadow: 20px 20px 60px #191919,
|
|
-20px -20px 60px #212121;
|
|
|
|
} |