Advertisement
joygabriel21

Complete CSS

Jan 21st, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. /* .App {
  2. text-align: center;
  3. }
  4.  
  5. .App-logo {
  6. animation: App-logo-spin infinite 20s linear;
  7. height: 80px;
  8. }
  9.  
  10. .App-header {
  11. background-color: #222;
  12. height: 150px;
  13. padding: 20px;
  14. color: white;
  15. }
  16.  
  17. .App-title {
  18. font-size: 1.5em;
  19. }
  20.  
  21. .App-intro {
  22. font-size: large;
  23. }
  24.  
  25. @keyframes App-logo-spin {
  26. from {
  27. transform: rotate(0deg);
  28. }
  29. to {
  30. transform: rotate(360deg);
  31. }
  32. } */
  33. body {
  34. padding: 0;
  35. margin: 0;
  36. }
  37.  
  38. .container {
  39. padding-right: 5%;
  40. padding-left: 5%;
  41. margin-right: auto;
  42. margin-left: auto;
  43. }
  44.  
  45.  
  46.  
  47. h1 {
  48. margin: 0px;
  49. }
  50.  
  51. /* #nav {
  52. height: 50px;
  53. width: 100%;
  54. background-color: blue;
  55. } */
  56. /*
  57. #header {
  58. height: 100px;
  59. width: 99.6%;
  60. margin: 0.2%;
  61. background-color: silver;
  62. } */
  63.  
  64. div {
  65. margin: 0;
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement