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:
@@ -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',
|
||||
}}
|
||||
>
|
||||
|
@@ -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 => {</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' }}>})</li>
|
||||
<li style={{ marginLeft: '16px' }}>
|
||||
.finally(
|
||||
.finally(() => {
|
||||
<a href="https://github.com/phuoc-ng/csslayout" style={{ textDecoration: 'none' }}>
|
||||
/* Give me 1 star */
|
||||
</a>
|
||||
) 🎉
|
||||
}) 🎉
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user