File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ < footer class ="sisters ">
2+ < div class ="sister sister--htmlreference container ">
3+ < h4 class ="sister-title ">
4+ Check out our sister website:< br >
5+ < strong > HTML Reference</ strong > 😃
6+ </ h4 >
7+ < a class ="sister-banner " href ="http://htmlreference.io ">
8+ < img src ="{{site.url}}/images/html-reference-logo.png " alt ="HTML Reference logo ">
9+ </ a >
10+ </ div >
11+ < div class ="sister sister--bulma container ">
12+ < h4 class ="sister-title ">
13+ Need a CSS framework?< br >
14+ Try out < strong > Bulma</ strong > 😎
15+ </ h4 >
16+ < a class ="sister-banner " href ="http://bulma.io ">
17+ < img src ="{{site.url}}/images/bulma-logo.png " alt ="Bulma logo ">
18+ </ a >
19+ </ div >
20+ </ footer >
Original file line number Diff line number Diff line change 1919@import " ../sass/example"
2020@import " ../sass/modal"
2121@import " ../sass/keyframes"
22+ @import " ../sass/sister"
2223
2324@import " ../sass/elements"
2425
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ <h2 class="header-title">
7474 </ div >
7575 </ div >
7676 </ main >
77+ {% include sister.html %}
7778 {% include modals/share.html %}
7879 {% include google-fonts.html %}
7980 < script src ="{{site.url}}/javascript/clipboard.min.js "> </ script >
Original file line number Diff line number Diff line change 1+ .sisters
2+ background-color : $background
3+
4+ .sister-banner
5+ display : flex
6+
7+ .sister--htmlreference
8+ .sister-banner img
9+ height : 48px
10+
11+ .sister--bulma
12+ .sister-banner img
13+ height : 48px
14+
15+ + mobile
16+ .sisters
17+ padding : 40px 20px
18+ text-align : center
19+ .sister + .sister
20+ margin-top : 40px
21+ .sister-banner
22+ justify-content : center
23+ margin-top : 10px
24+
25+ + desktop
26+ .sisters
27+ padding : 60px
28+ .sister
29+ align-items : center
30+ display : flex
31+ padding-left : 1rem
32+ & + .sister
33+ margin-top : 60px
34+ .sister-title
35+ flex-grow : 1
36+ .sister-banner
37+ flex-shrink : 0
38+ width : 420px
39+ .sister--htmlreference
40+ .sister-banner img
41+ height : 72px
42+ .sister--bulma
43+ .sister-banner img
44+ height : 64px
You can’t perform that action at this time.
0 commit comments