icon rounded corners css

Solutions on MaxInterview for icon rounded corners css by the best coders in the world

showing results for - "icon rounded corners css"
Sara
17 Sep 2016
1i.fa {
2  display: inline-block;
3  border-radius: 60px;
4  box-shadow: 0px 0px 2px #888;
5  padding: 0.5em 0.6em;
6  background-color:red;
7
8}
Assya
19 Aug 2020
1<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
2<i class="fa fa-wrench"></i>