Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. body {
  2. background-color:#5cb3f2;
  3. text-align: center;
  4. }
  5.  
  6. .naglowek{
  7. width: 1280px;
  8. height: 50px;
  9. margin: auto;
  10. background-color: #2ce8af;
  11. }
  12.  
  13. .tabelka{
  14. width: 700px;
  15. height: 900px;
  16. margin: auto;
  17. }
  18.  
  19. th {
  20. width: 350px;
  21. height: 300px;
  22. }
  23.  
  24. img {
  25. width: 350px;
  26. height: 275px;
  27. }
  28.  
  29. p {
  30. text-align: center;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement