Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. .tableview
  2. {
  3. display:table;
  4. text-align:center;
  5. }
  6. .tablerow
  7. {
  8. display:table-row;
  9. }
  10. .tablecell
  11. {
  12. display:table-cell;
  13. width=100%;
  14. }
  15.  
  16. <div class="tableview">
  17. <div class="tablerow">
  18. <div class="tablecell">
  19. ABOUT ALYSSA
  20. buch of text buch of text buch of text buch of text buch of textbuch of text buch of text buch of text buch of textbuch of text
  21. </div>
  22. <div class="tablecell">
  23. <img src="images/alyssa.jpg" width=100%/>
  24. </div>
  25. </div>
  26. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement