codepens/bubblegum-on-hover/dist/style.css

25 lines
306 B
CSS
Raw Normal View History

2023-10-06 23:12:53 +02:00
:root {
--circles: #ff9ff3;
--background: #f368e0;
}
body {
margin: 0;
padding: 0;
overflow: hidden;
}
.flex {
align-items: center;
display: flex;
justify-content: center;
}
.scene {
background: var(--background);
height: 100vh;
}
.scene__animation {
height: 100%;
width: 100%;
}