mirror of
https://github.com/byReqz/matrix-bg.git
synced 2024-11-23 14:34:55 +00:00
14 lines
256 B
SCSS
14 lines
256 B
SCSS
body {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
// canvas {
|
|
// border: 1px solid rgba(0,0,0,.14);
|
|
// box-shadow: 0 0 3px rgba(0,0,0,.05);
|
|
// margin: 20px;
|
|
// border-radius: 5px;
|
|
// } |