App.scss 385 B

12345678910111213141516171819202122232425262728
  1. body{
  2. margin-bottom: 100px;
  3. padding-left: 50px;
  4. hr{
  5. margin-left: -50px !important;
  6. }
  7. .BTF{
  8. display: -webkit-flex;
  9. display:flex;
  10. flex-direction: nowrap;
  11. .btf1{
  12. height: 20px;
  13. }
  14. .btf2{
  15. }
  16. }
  17. .h{
  18. width:20%;
  19. margin-left:-10px !important;
  20. }
  21. .clock{
  22. margin-top: 30px;
  23. }
  24. .bckgr:hover{
  25. background-color: pink;
  26. }
  27. }