Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. .container {
  2. background-color: #ff0000;
  3. display: table-cell;
  4. height: 45px;
  5. vertical-align: middle;
  6. }
  7. .item {
  8. background-color: #008000;
  9. display: table-cell;
  10. height: 15px;
  11. vertical-align: middle;
  12. width: 15px;
  13. }
  14.  
  15. .container{
  16. height: 42px;
  17. line-height: 42px;
  18. background-color: red;
  19. display: inline-block
  20. }
  21.  
  22. .item{
  23. height: 12px;
  24. width: 12px;
  25. background-color: green;
  26. display: inline-block;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement