UNPKG
@manit-tree/marquee
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
ES6 Module for create Marquee animation
@manit-tree/marquee
/
src
/
style.css
12 lines
(11 loc)
•
200 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
body
{
font-family
: arial, sans-serif;
padding
:
1.5em
; }
.container
{ & >
div
{
display
: grid;
place-content
: center;
background-color
:
#f8f8f8
; } }