css background radial gradient
This commit is contained in:
parent
4d07d0b429
commit
ee0e2e3df9
@ -1,6 +1,9 @@
|
||||
@use 'mixins';
|
||||
@use 'reset';
|
||||
|
||||
html {
|
||||
background: black;
|
||||
}
|
||||
body {
|
||||
font-size: 1.22em;
|
||||
display: flex;
|
||||
@ -8,6 +11,8 @@ body {
|
||||
align-items: center;
|
||||
background: black;
|
||||
color: white;
|
||||
background: radial-gradient(ellipse at 00% 100%, rgba(48, 25, 25, 0.3) 0%, rgba(52, 8, 8, 0.4) 35%, rgba(0, 0, 0, 0.4) 100%);
|
||||
|
||||
|
||||
@include mixins.text;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user