Skip to content

Instantly share code, notes, and snippets.

@FBosler
Created February 8, 2020 14:09
Show Gist options
  • Save FBosler/9269213bb46105f2947a4dfe77e09633 to your computer and use it in GitHub Desktop.
Save FBosler/9269213bb46105f2947a4dfe77e09633 to your computer and use it in GitHub Desktop.
BackGroundImage.jsx
<LandingBackground className={"z-depth-5"} url={URL}>
<FullRow>
<PaddedCol xs={{ span: 10, offset: 1 }} sm={{ span: 5, offset: 1 }}>
<ResponsiveHeader2>Grow the community by spreading the message</ResponsiveHeader2>
<ResponsiveParagraph>and get kittens in the process</ResponsiveParagraph>
</PaddedCol>
<PaddedCol xs={{ span: 10, offset: 1 }} sm={{ span: 5, offset: 1 }}>
<VerticalCenterWrapper>
<LoginButton className={"z-depth-5"} size="lg">
Join the movement{" "}
<span role="img" aria-label="rocket">
🚀
</span>
</LoginButton>
</VerticalCenterWrapper>
</PaddedCol>
</FullRow>
</LandingBackground>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment