Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1. <style type="text/css">
  2.    .foo {
  3.         -moz-border-radius: 100px;
  4.         -webkit-border-radius: 100px;
  5.          border-radius: 100px !important;
  6.          width:200px;
  7.          height:200px;
  8.          background: #F00;
  9.          overflow: hidden !important;
  10.          position: fixed;
  11.     }
  12. </style>
  13.  
  14. <div class="foo"><iframe height="200px" width="200px"
  15. src="http://maps.google.nl/maps?hl=nl&q=Arnhem+(Arnhem)&ie=UTF8&t=&z=9&iwloc=B&output=embed"></iframe></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement