Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. .container { position: relative; }
  2. .rect { width: 334.5px; height: 223px; background: #34EFEE; text-align: center; line-height: 223px; }
  3. .rect:after { content: ''; position: absolute; bottom: 0px; width: 334.5px; height: 15px; background: #FFFFFF; left: 0; border-top-left-radius: 50%; border-top-right-radius: 50%; }
  4.  
  5. <div class="container">
  6. <div class="rect">
  7. <h3>334.5 X 223</h3>
  8. </div>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement