Search
 
SCRIPT & CODE EXAMPLE
 

CSS

icon rounded corners css

i.fa {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  background-color:red;

}
Comment

icon rounded corners css

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<i class="fa fa-wrench"></i>
Comment

PREVIOUS NEXT
Code Example
Css :: css_background_img 
Css :: outline radius css 
Css :: add blur background css 
Css :: convert firebase created_at to Date string 
Css :: box shadow css 
Css :: select first div css 
Css :: how to add a shadow behind text in css 
Css :: rgba green color 
Css :: change size material checkbox 
Css :: cssnano 
Css :: box position in center css 
Css :: align-self in css 
Css :: mask image css 
Css :: png image background transparent css 
Css :: how to underline font in css 
Css :: gradient text colors 
Css :: wordpress theme my login redirect after login 
Css :: font roboto css 
Css :: font face 
Css :: linear gradient and url css 
Css :: border style css 
Css :: media query for mobile min and max width both 
Css :: removing space between words css 
Css :: css cell spacing 
Css :: Vuetify v-data-table custom row hover background color (Light Theme) 
Css :: make form scrollable 
Css :: box shadow to table cell css 
Css :: css td vertical align 
Css :: css cursor size 
Css :: Sf pro font html 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =