A Pen by Alexander Goncharov on CodePen.
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> </div> | |
<div> </div> | |
<div> </div> | |
<div> </div> | |
<div> </div> |
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="module"> | |
<h1 class="module-heading">Heading 1</h1> | |
<p class="module-text">Lorem ipsum <a href="#" class="module-link">dolor</a> sit amet, consectetur adipisicing elit. Aspernatur, sunt, nesciunt, repudiandae accusantium nihil obcaecati beatae amet ipsam perspiciatis repellat inventore fugit impedit eaque velit voluptatum atque unde sequi minus.</p> | |
<p class="module-text">Impedit, <a href="#" class="module-link">eveniet</a>, cum, fugiat reiciendis molestias iusto magni laboriosam saepe ut vel quia illo labore animi quidem repellat sunt enim itaque eos corrupti hic! Ea esse nihil nam rerum deserunt?</p> | |
<p class="module-text"><a href="#" class="module-link">Accusamus</a>, aperiam, nisi autem facere veritatis dignissimos cumque iste illum velit minus tempora numquam libero blanditiis atque ducimus adipisci omnis ex provident tenetur aliquam non expedita suscipit pariatur deserunt soluta.</p> | |
</div> |
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
// ---- | |
// Sass (v3.3.4) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
// List of colors | |
$colors_list: red, blue, green; | |
// Map of colors | |
$colors_map: ( |
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
// ---- | |
// Sass (v3.3.5) | |
// Compass (v) | |
// ---- | |
@import "compass"; | |
$supported-browsers: (safari, chrome, firefox); | |
.module { |
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
<a>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima enim magni eos nesciunt. Officia rem qui nisi quam delectus tempora possimus. Dicta, ratione, eligendi aliquid sit sapiente dolorum maxime nihil!</a> |
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
// ---- | |
// Sass (v3.4.6) | |
// Compass (v1.0.1) | |
// ---- | |
$competitors: ( | |
1: "Сергей Андреевич", | |
2: "MaisDesign - graphic designer", | |
3: "Сергей Филатов", | |
4: "Руслан Галиев", |
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
//* All the colors right here. | |
$white: #fff; | |
$black-subtle: #333; | |
$black-lite: #999; | |
$gray-alpha: rgba(255,255,255,.75); | |
$red-genesis: #ff454e; | |
$green-samovar: #4aaf58; | |
$gold-samovar: #cda200; | |
$blue-samovar: #36a6e2; |