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
//medium screen sizes | |
@media (min-width:992px) { | |
.desktop-only { | |
display:block !important; | |
} | |
} | |
//small screen sizes | |
@media (max-width: 991px) { | |
.mobile-only { |
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
<ul> | |
✅ check | |
✓ mark | |
✔ bock | |
</ul> |
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
<ul> | |
<i class="fa fa-check"></i> | |
<i class="fa fa-check-square-o fa-2x"></i> | |
<i class="fa fa-check-circle" style="color: green;"></i> | |
<i class="fa fa-check-square" style="color: red;"></i> | |
</ul> |
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
<body> | |
<div> | |
This is a text block. Write your visable preheader here. | |
</div> | |
</body> |