Skip to content

Instantly share code, notes, and snippets.

@rajatk16
Created July 18, 2018 07:49
Show Gist options
  • Select an option

  • Save rajatk16/712a62de219096e94e361e721c290c03 to your computer and use it in GitHub Desktop.

Select an option

Save rajatk16/712a62de219096e94e361e721c290c03 to your computer and use it in GitHub Desktop.
const Billboard = () => (
<ZoneBlack>
<Heading>React</Heading>
<div className="billboard_product">
<Link className="billboard_product-image" to="/">
<img alt="#" src="#">
</Link>
<div className="billboard_product-details">
<h3 className="sub">React</h3>
<p>Lorem Ipsum</p>
</div>
</div>
</ZoneBlack>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment