Guest User

Untitled

a guest
Nov 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. surround text, etc.
  2.  
  3. | Tables | Are | Cool |
  4. | ------------- |:-------------:| -----:|
  5. | col 3 is | right-aligned | $1600 |
  6. | col 2 is | centered | $12 |
  7. | zebra stripes | are neat | $1 |
  8.  
  9. surround text...
  10.  
  11. table{
  12. border-collapse: collapse;
  13. border-spacing: 0;
  14. border:2px solid #ff0000;
  15. }
  16.  
  17. th{
  18. border:2px solid #000000;
  19. }
  20.  
  21. td{
  22. border:1px solid #000000;
  23. }
  24.  
  25. | Item | Description | Price |
  26. | --- | --- | ---: |
  27. | item1 | item1 description | 1.00 |
  28. | item2 | item2 description | 100.00 |
  29. {:.mbtablestyle}
  30.  
  31. .mbtablestyle {
  32. border-collapse: collapse;
  33.  
  34. > table, td, th {
  35. border: 1px solid black;
  36. }
  37. }
  38.  
  39. {:class="table table-bordered"}
  40. | Tex Space | Blue Space | Lambda |
  41. |-------------- |---------------- |------------------ |
  42. | sXYZ | sBlue | sXYZ abcde fghy |
  43. | Jaobe XTZ | Blue Game 5.2 | 5.2 |
Add Comment
Please, Sign In to add comment