Advertisement
KodingKid

Image borders and curves and circles in CSS - Basic Scripting #27

Jun 23rd, 2021
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. img {
  2.   border-radius: 10px; /*Curves the sides of the image by 10px*/
  3. }
  4. img {
  5.   border-radius: 75%; /*Circles around 75% of the image*/
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement