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 :: css text bottom to top 
Css :: vertical-align tablerow 
Css :: css mobile friendly 
Css :: How to prevent anchor links from scrolling behind a sticky header with one line of CSS 
Css :: react app css add background image 
Css :: install tailwind with cdn 
Css :: center div horizontally 
Css :: css margin bottom 
Css :: scss watch command 
Css :: limit text size 
Css :: backgrond image shopify css 
Css :: how to center image css 
Css :: Css style on particular screen 
Css :: rgba white color 
Css :: mirror css a pseudo :after or :before 
Css :: How to remove specific td border in css 
Css :: antd css 
Css :: Responsive font size with clamp 
Css :: how to split a background into two color in css 
Css :: space between li css 
Css :: div not larger than its content 
Css :: how to set background image for button in css 
Css :: font awesome eyes 
Css :: underline css animation hover 
Css :: a4 pagw size css 
Css :: center with flex 
Css :: how to move text down in css 
Css :: vue v-cloak not working 
Css :: a no underline 
Css :: html how to use a background image fill not stretch 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =