Search
 
SCRIPT & CODE EXAMPLE
 

CSS

make a circle in css

div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/*
	note: 
	should width = height
*/
Comment

circle css

#circle {
  width: 100px;
  height: 100px;
  background: red;
  border-radius: 50%
}
Comment

create circle in css

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

PREVIOUS NEXT
Code Example
Css :: template html css bootstrap cdn 
Css :: css gradient bottom page 
Css :: background overlay image 
Css :: bootstrap5 more usable screens 
Css :: How do you get a 2nd last child in CSS? 
Css :: put gradient color over background image 
Css :: bootstrap 4 input error 
Css :: create a scrapy shell 
Css :: rotate keyfreame animation 
Css :: line middle text css 
Css :: how to align border to center in css 
Css :: beautiful navigation bar css 
Css :: how to create multicolor text in css 
Css :: css text highlight 
Css :: css opacity 
Css :: what does align items center do 
Css :: css scrollbar position to bottom 
Css :: scss responsive container 
Css :: CSS technique for a horizontal line with icons in the middle 
Css :: website css not loading 
Css :: css mutline comment 
Css :: css word break 
Css :: scss generate random color 
Css :: linux copy directory permissions to another directory 
Css :: css text to fit container 
Css :: center image in css 
Css :: refresh css on page 
Css :: line height tailwind 
Css :: webpack 5 compile scss to css file 
Css :: DIVI Responsive menu breakpoints 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =