Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/src/pages/IMaps/components/HeroSection.css
rd565449 r0c6b92a 1 @import url(https://fonts.googleapis.com/css?family=Exo:500); 2 1 3 video { 2 4 object-fit: cover; … … 7 9 } 8 10 11 12 13 9 14 .hero-container { 10 background: url("../images/img-home.jpg") center center/cover no-repeat;11 15 height: 100vh; 12 16 width: 100%; … … 15 19 justify-content: center; 16 20 align-items: center; 17 box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4); 21 18 22 object-fit: contain; 23 24 25 19 26 } 20 27 … … 23 30 font-size: 100px; 24 31 margin-top: -100px; 32 font-family: exo, sans-serif; 33 text-transform: uppercase; 34 text-shadow: 1px 1px 0px #ef404e, 35 1px 2px 0px #ef404e, 36 1px 3px 0px #ef404e, 37 1px 4px 0px #ef404e, 38 1px 5px 0px #ef404e, 39 1px 6px 0px #ef404e, 40 1px 10px 5px rgba(16, 16, 16, 0.5), 41 1px 15px 10px rgba(16, 16, 16, 0.4), 42 1px 20px 30px rgba(16, 16, 16, 0.3), 43 1px 25px 50px rgba(16, 16, 16, 0.2); 25 44 } 26 45
Note:
See TracChangeset
for help on using the changeset viewer.