Breadcrumbs by John Wilson https://dribbble.com/shots/3667069-Breadcrumbs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="wall" rows="2" columns="3"> | |
| <div class="slide"> | |
| <div class="image"><div class="preloader"><div></div><div></div></div><div class="image-in image1"></div><div class="image-in image2"></div></div> | |
| <div class="text"> | |
| <h1>Fusce tincidunt lacus non neque hendrerit</h1> | |
| <div>Nam imperdiet aliquet efficitur. Morbi ipsum libero, viverra a varius at, sagittis consectetur nisl. Donec mauris justo, aliquam dignissim sagittis id, porttitor vel velit. Sed aliquam gravida nibh vitae molestie. Aliquam eros sapien, luctus ut suscipit in, placerat eu ligula.</div> | |
| </div> | |
| </div> | |
| <div class="slide"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| selector { | |
| background: linear-gradient(rgba(141, 153, 174, 0.8), rgba(141, 153, 174, 0.5)), | |
| url(../images/toronto.jpg) no-repeat fixed; | |
| background-size: cover; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* START Border Box Fix */ | |
| html { | |
| box-sizing: border-box; | |
| } | |
| *, | |
| *:before, | |
| *:after { | |
| box-sizing: inherit; | |
| } |
Getting started:
Related tutorials: