rounded corner with dropshadow


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #videoPlayer {
  2. float: right;
  3. position: relative;
  4. background-color: #333333;
  5. border: 1px solid #333333;
  6. border-radius: 5px;
  7. box-shadow: 0 2px 5px #333333, 0 1px 0 #707478 inset;
  8. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.