mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-26 08:59:01 +02:00
8 lines
150 B
JavaScript
8 lines
150 B
JavaScript
import styled from 'styled-components';
|
|
|
|
export const IFrame = styled.iframe`
|
|
display: block;
|
|
width: 100%;
|
|
border: none;
|
|
margin: 30px auto;
|
|
`; |