Skip to content

Instantly share code, notes, and snippets.

@d-ivashchuk
Created November 19, 2018 10:26
Show Gist options
  • Save d-ivashchuk/86ab072df1bac8688c5f8a434f1a38e0 to your computer and use it in GitHub Desktop.
Save d-ivashchuk/86ab072df1bac8688c5f8a434f1a38e0 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import { ReactComponent as ReactLogo } from './logo.svg'
import styled from 'styled-components'
const StyledLogo = styled(ReactLogo)`
height:25rem;
width:25rem;
display:block;
margin:auto;
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment