Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css circle border

.circle {
    background-color:#fff;
    border:1px solid red;    
    height:100px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:100px;
}
<div class="circle"></div>
Comment

create circle border css

#div2{
    width: 150px;
    height: 150px;
    border: 3px solid #05ffb0;
    border-radius: 50%;
    padding: 20px;
    text-align: center;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css background gradient 
Css :: alert without page refresh 
Css :: smooth button effect css 
Css :: crystal background css 
Css :: nesting in sass 
Css :: cypress element css 
Css :: media breakpoints 
Css :: cursor css 
Css :: zoom background image css 
Css :: wave css 
Css :: padding top bottom 
Css :: linear-gradient tailwind 
Css :: round the value of 2 decimals in java 
Css :: html css profile page template 
Css :: how to fix overflow elementor 
Css :: device-pixel-ratio css 
Css :: css line height 
Css :: box shadow 2 sides only 
Css :: Change the color of anchor tags 
Css :: css line-through color 
Css :: font color css 
Css :: tailwind css margin auto 
Css :: css two classes together 
Css :: css transforms 
Css :: change hover color link in wordpress 
Css :: flex box css 
Css :: tailwindcss color change based on variable 
Css :: flexbox css properties 
Css :: how do I add a vertical margin in css 
Css :: print to pdf setting css for A4 size 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =