This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Landingpage/assets/style/sphere.css

13 lines
191 B
CSS
Raw Normal View History

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