Roadmap to becoming a developer in 2022
 
 
 
 
 

7 lines
133 B

import styled from 'styled-components';
export const Img = styled.img`
max-width: 100%;
margin: 25px auto;
display: block;
`;