Guest User

Untitled

a guest
Oct 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. iframe {
  2. width:200px;
  3. height:200px;
  4. overflow:hidden;
  5. border:solid 1px #000;
  6. }
  7. iframe:nth-child(2) {
  8. border-radius:50%;
  9. }
  10. iframe:nth-child(3) {
  11. border-radius:10%;
  12. }
  13. iframe:nth-child(4) {
  14. border-radius:40px;
  15. }
Add Comment
Please, Sign In to add comment