Search
 
SCRIPT & CODE EXAMPLE
 

CSS

text in circle css

.circle {
  width: 500px;
  height: 500px;
  line-height: 500px;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  text-align: center;
  background: #000
}
<div class="circle">Hello I am A Circle</div>
Comment

PREVIOUS NEXT
Code Example
Css :: css 2 bilder nebeneinander 
Css :: To make card box appear more bigger when hover 
Css :: css flex responsive 
Css :: background-color: transparent; 
Css :: show existing virtualenvs 
Css :: text overflow 
Css :: macbook change screenshot to jpg 
Css :: how to make border for letters in css 
Css :: html glow on hover 
Css :: word spacing css 
Css :: css image hover zoom and rotate 
Css :: center a spinner css 
Css :: max z-index value css 
Css :: safari overflow-y scroll not working 
Css :: html how to indent text 
Css :: space between flexbox 
Css :: css module multiple classes 
Css :: vertical hr 
Css :: mat-progress-bar just dots 
Css :: css3 background image curve 
Css :: css keep div at bottom of screen when scrolling 
Css :: background color css 
Css :: css styling images 
Css :: css text shadow -m 
Css :: call circle icon in html css 
Css :: aspect-ratio css 
Css :: css attribute selector 
Css :: how to use font awesome with tailwind css 
Css :: materialize css for react 
Css :: border bottom under text only 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =