Last active
October 26, 2018 14:27
-
-
Save jorgeluisrmx/41a4f481d1dadfb53855c7274440a48e to your computer and use it in GitHub Desktop.
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
# Contents | |
# Favicon in BootstrapStudio | |
<link rel="icon" type="image/png" href="assets/img/favicon.png"> |
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
<!-- Section title --> | |
<tr> | |
<td height="40px" style="color: #2878A2; font-weight: bold; font-size: 110%">Title</td> | |
</tr> | |
<!-- Strong element --> | |
<tr> | |
<td><b><a href="" target="_self">Concept</a></b></td> | |
</tr> | |
<!-- Green element --> | |
<tr> | |
<td style="text-align: center;"><span class="tooltip">Pros</span></td> | |
</tr> | |
<!-- Col group --> | |
<colgroup> | |
<col width="50%"> | |
<col width="50%"> | |
</colgroup> | |
<!-- Headers --> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment