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 :: mixin for transition css 
Css :: css detect if input has value 
Css :: how to change style based on screen size 
Css :: scss sass watch command line 
Css :: how to create a glass-polymorphism effect 
Css :: html make text not highlightable 
Css :: css rounded corners at top only 
Css :: css shadow on hover 
Css :: how to center in css 
Css :: center align in grid 
Css :: flex center 
Css :: center align an image css 
Css :: hide scrolbar tailwind 
Css :: less calc 
Css :: remove border css 
Css :: how to add shadow in css 
Css :: css select every 3rd element 
Css :: not(:last-of-type css) 
Css :: css detect mobile 
Css :: css color gradient background full height 
Css :: glass div generator 
Css :: how to stop browser from swipe left to right history-navigation javascript 
Css :: using overflow:hidden and clearing float 
Css :: html css first list item font bold 
Css :: how to make image same size as text css 
Css :: how to increase height of input box in css 
Css :: css hiddden 
Css :: second scrollbar appears 
Css :: Adding gradient to text color 
Css :: using float item got out of parent flow how to fix 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =