1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-23 14:14:05 +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',
}}
>