Landingpage/assets/style/sphere.css
2019-08-08 17:31:41 +02:00

12 lines
191 B
CSS

.sphere-wrapper{
text-align: center;
}
sphere{
margin: 1.5vw;
height: 10vw;
width: 10vw;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
}