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--cssreference container ">
3+ < h4 class ="sister-title ">
4+ Check out our sister website:< br >
5+ < strong > CSS Reference</ strong > 😃
6+ </ h4 >
7+ < a class ="sister-banner " href ="http://cssreference.io ">
8+ < img src ="{{site.url}}/images/css-reference-logo.png " alt ="CSS 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 1818@import " ../sass/elements"
1919@import " ../sass/modal"
2020@import " ../sass/keyframes"
21+ @import " ../sass/sister"
2122
2223@import " ../sass/attribute"
2324@import " ../sass/element"
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ <h2 class="header-title">
7272 </ div >
7373 </ div >
7474 </ main >
75+ {% include sister.html %}
7576 {% include modals/share.html %}
7677 {% include google-fonts.html %}
7778 < 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--cssreference
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--cssreference
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