App.scss 359 B

1234567891011121314151617181920212223242526272829303132333435
  1. .App {
  2. // text-align: center;
  3. header{
  4. background: #999;
  5. }
  6. main {
  7. display:flex;
  8. aside{
  9. width: 25%;
  10. }
  11. }
  12. footer{
  13. background: #444;
  14. Logo{
  15. max-width: 200px;
  16. }
  17. }
  18. }
  19. Watch{
  20. // display: inline-block;
  21. position: relative;
  22. left: 0;
  23. right: 0;
  24. top: 0;
  25. bottom: 0;
  26. margin: auto;
  27. z-index: 1;
  28. } Hours{
  29. transform: rotate(30deg);
  30. }