Search
 
SCRIPT & CODE EXAMPLE
 

CSS

create an outline of a square css

div.circle {
  -moz-border-radius: 50px/50px;
  -webkit-border-radius: 50px 50px;
  border-radius: 50px/50px;
  border: solid 21px #f00;
  width: 50px;
  height: 50px;
}

div.square {
  border: solid 21px #f0f;
  width: 50px;
  height: 50px;
}

/* Put the next few lines of code in your html file */

<div class="circle">
  <img/>
</div>
 <hr/>
<div class="square">
  <img/>
</div>
Comment

PREVIOUS NEXT
Code Example
Css :: sass dummy folder site download 
Css :: resizer in vertical 
Css :: what is a trailling widget in flutter 
Css :: css transition büyütme 
Css :: caching 
Css :: css transform cheat sheet 
Css :: background image in css is not working 
Css :: how to put an element in the center css 
Css :: how to use a background property in css 
Css :: Python Script to Generator QR Code 
Css :: media query min and max width for all devices 
Css :: css root seletor 
Typescript :: req.user typescript 
Typescript :: remove dots from li 
Typescript :: benefits eat halim plant leaves 
Typescript :: control structure testing 
Typescript :: react typescript pwa 
Typescript :: dart check if string is contained in list of strings 
Typescript :: angular get url param 
Typescript :: mui styles hover mouse pointer 
Typescript :: how to sort a list of objects python 
Typescript :: type script edeode url 
Typescript :: ion-datetime min date today 
Typescript :: Bulk Products Selection on sales process odoo 
Typescript :: adonis where has 
Typescript :: Entity service async requests and how to make them synch 
Typescript :: Why are my component bindings undefined in its controller? 
Typescript :: ionic save base64 as file 
Typescript :: nestjs mongoose with config 
Typescript :: value of input in typescript 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =