icon inside a circle css

Solutions on MaxInterview for icon inside a circle css by the best coders in the world

showing results for - "icon inside a circle css"
Kyle
31 Sep 2016
1i {
2  background-color: white;
3  border-radius: 50%;
4  border: 1px solid grey;
5  padding: 10px;
6}
7