Code : |
|
Code : |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | @import "~@angular/material/prebuilt-themes/purple-green.css"; html, body{ background-color: black; padding: 0; margin: 0; width: 100%; height: 100%; } .ouija{ height: 100%; background-image: url("./assets/ouija.jpg"); background-repeat: no-repeat; -webkit-background-size: cover; background-size: 100% 100%; } .move{ position: absolute; right: 2%; bottom: 2%; } |