Search
 
SCRIPT & CODE EXAMPLE
 

CSS

icon inside a circle css

i {
  background-color: white;
  border-radius: 50%;
  border: 1px solid grey;
  padding: 10px;
}
Comment

icon circle css

<!-- import font-awesome -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"/>
        
 <a href="https://www.facebook.com/onlyapproved" title="Facebook brand page" target="_blank"><i class="fab fa-facebook-f iconss"></i></a>
      <style>
        .iconss {
          font-size: 29px;
          background: skyblue;
          color: grey;
          border: 2px solid black;
          border-radius: 50%;
          width: 30px;
          margin-right: 5px;
          font-family: "Font Awesome 6 Brands";
          font-weight: 400;
        }
      </style>
Comment

PREVIOUS NEXT
Code Example
Css :: tailwind css flex-row-reverse for grid reverse 
Css :: how to apply css when not on hover 
Css :: how to combine two screen sizes in media queries css 
Css :: css change the accordion arrow color 
Css :: set css on parent element css 
Css :: css disable animation on load 
Css :: border radius color html 
Css :: css grayscale image 
Css :: import scss 
Css :: scss color black white 
Css :: tilt element css animation 
Css :: keyframes scss 
Css :: rgba color css 
Css :: em in css 
Css :: para que sirve justify-content-center 
Css :: css loader with gradient 
Css :: allfont cdn 
Css :: background color 
Css :: circle percentage css 
Css :: css max width substruction 
Css :: aclocal: not found 
Css :: how to make the position of a div always stay while scrolling 
Css :: contrast color using css 
Css :: highcharts change font family 
Css :: calling synchronous methods on native modules is not supported in chrome 
Css :: on class hover another class color change 
Css :: google font smooth 
Css :: svg tailwind 
Css :: icon float right side input css 
Css :: background image animation css codepen 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =