forked from jgthms/css-reference
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsister.html
More file actions
20 lines (20 loc) · 682 Bytes
/
Copy pathsister.html
File metadata and controls
20 lines (20 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<footer class="sisters">
<div class="sister sister--htmlreference container">
<h4 class="sister-title">
Check out our sister website:<br>
<strong>HTML Reference</strong> 😃
</h4>
<a class="sister-banner" href="http://htmlreference.io">
<img src="{{site.url}}/images/html-reference-logo.png" alt="HTML Reference logo">
</a>
</div>
<div class="sister sister--bulma container">
<h4 class="sister-title">
Need a CSS framework?<br>
Try out <strong>Bulma</strong> 😎
</h4>
<a class="sister-banner" href="http://bulma.io">
<img src="{{site.url}}/images/bulma-logo.png" alt="Bulma logo">
</a>
</div>
</footer>