section.scss 364 B

123456789101112131415161718192021222324
  1. #start{
  2. // & > div{
  3. // width: 100%;
  4. // height: 100vh;
  5. // img{
  6. // width: 100%;
  7. // }
  8. // }
  9. #home{
  10. .visu-album{
  11. position: absolute;
  12. }
  13. .title{
  14. z-index: 999;
  15. height: 100vh;
  16. display: flex;
  17. flex-wrap: wrap;
  18. h1{
  19. margin: auto;
  20. text-transform: uppercase;
  21. }
  22. }
  23. }
  24. }