Advertisement
Guest User

css

a guest
Aug 19th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.60 KB | None | 0 0
  1.  
  2.  
  3.  
  4. .container-fluid .jumbotron {
  5.     background-color:lightblue;
  6. }
  7.  
  8. .hello {
  9.     text-align:center;
  10.     color:white;   
  11. }
  12.  
  13. .hello h3 {
  14.     font-size:45px;
  15.     font-weight:500;
  16. }
  17.  
  18. .hello button {
  19.     margin-top:30px;
  20. }
  21.  
  22. .start {
  23.     text-align:center;
  24.     margin:auto;
  25. }
  26.  
  27. .info {
  28.     text-align:center;
  29.     width:100%;
  30. }
  31.  
  32. .info h4 {
  33.     font-weight:700;
  34.     font-size:35px;
  35. }
  36.  
  37. .szczegoly {
  38.     margin-bottom:50px;
  39. }
  40.  
  41. .szczegoly .item {
  42.     text-align:center;
  43. }
  44.  
  45. .szczegoly img{
  46.     width:100%;
  47.     max-height:150px;
  48. }
  49.  
  50. .integracja {
  51.     text-align:left;
  52.     margin:0 auto;
  53.     background-color:grey !important;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement