Compare Sizes
Register
Français Español

Cards by Zach Waugh

0
CSS Playing Cards
Name
Cards by Zach Waugh
Websitezachwaugh.com/...
License©
Screenshot
HTML code (example)
<div class="card seven">
  <div class="corner top">
    <span class="number">7</span>
    <span>&#9824;</span>
  </div>
  <span class="suit top_left">&#9824;</span>
  <span class="suit top_right">&#9824;</span>
  <span class="suit middle_left">&#9824;</span>
  <span class="suit middle_top">&#9824;</span>
  <span class="suit middle_right">&#9824;</span>
  <span class="suit bottom_left">&#9824;</span>
  <span class="suit bottom_right">&#9824;</span>
  <div class="corner bottom">
    <span class="number">7</span>
    <span>&#9824;</span>
  </div>
</div>
Criteria
semantics2 of 5
accessibility2 of 5
Scalability2 of 5
amount of markup1 of 5
beauty4 of 5
Notesnot easy to develop with
Features
whole deckYes
backNo
jokerNo
facesNo
several suits on cardYes
four coloursNo
Additional
Rating
2.0/5 1 rating
  • CSS Playing Cards

    Compare various techniques for creating playing cards purely with (X)HTML and CSS.
    CSS Playing Cards
    7K views
Webmaster
English
Public
Public
Sep. 23rd 2011 12:58:38 AM
View changes

User reviews and comments

No comments yet. Be the first to leave your review.