codepens/svg-loader/dist/style.css

25 lines
313 B
CSS

body {
font-family: "Lato", sans-serif;
}
.container {
width: 100vw;
height: 100vh;
background: #232323;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
}
svg {
fill: #F6EF03;
fill: #00AEEF;
fill: #fff;
fill: #000;
width: 60%;
}
.cls-1 {
fill: #000;
}