1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-21 05:11:31 +02:00

Add dot leader

This commit is contained in:
Phuoc Nguyen
2019-11-27 09:16:02 +07:00
parent ac4b82652c
commit 63cafd75c0
13 changed files with 248 additions and 12 deletions

View File

@@ -1,14 +1,12 @@
import React from 'react';
import Heading from '../components/Heading';
const Footer: React.FC<{}> = () => {
return (
<div
style={{
border: '1px solid rgba(0, 0, 0, 0.2)',
borderBottomLeftRadius: '16px',
borderBottomRightRadius: '16px',
borderBottomLeftRadius: '8px',
borderBottomRightRadius: '8px',
display: 'flex',
}}
>

View File

@@ -58,13 +58,17 @@ const Layout: React.FC<{}> = ({ children }) => {
<a href="https://www.netlify.com" style={{ textDecoration: 'none' }}>Netlify</a>
))
</li>
<li style={{ marginLeft: '16px' }}>.assert([scalableCode, superFastWebsite, seoFriendly])</li>
<li style={{ marginLeft: '16px' }}>.then(r => &#123;</li>
<li style={{ marginLeft: '32px' }}>expect(r).is(scalableCode);</li>
<li style={{ marginLeft: '32px' }}>expect(r).is(superFastWebsite);</li>
<li style={{ marginLeft: '32px' }}>expect(r).is(seoFriendly);</li>
<li style={{ marginLeft: '16px' }}>&#125;)</li>
<li style={{ marginLeft: '16px' }}>
.finally(
.finally(() => &#123;
<a href="https://github.com/phuoc-ng/csslayout" style={{ textDecoration: 'none' }}>
/&#42; Give me 1 star &#42;/
</a>
) 🎉
&#125;) 🎉
</li>
</ul>
</div>