Commit dfaee503 authored by Connor Hudson's avatar Connor Hudson

Style top banner, add placeholder copy

parent 5b5eb8cc
......@@ -9,11 +9,13 @@ require('./top-banner.scss');
const TopBanner = () => (
<TitleBanner className="beta-top-banner">
<FlexRow>
<FlexRow className="beta-top-container column">
<h1 className="beta-header">The Next Generation of Scratch</h1>
<h3 className="beta-copy">Try out the beta version of Scratch 3.0</h3>
<a
className="call-to-action button"
className="beta-try-it button"
href="https://beta.scratch.mit.edu/"
>Call to Action</a>
>Try it!</a>
</FlexRow>
</TitleBanner>
);
......
@import "../../../colors";
.beta-top-banner {
.call-to-action {
background: $ui-orange;
.beta-header,
.beta-copy,
.beta-try-it {
color: $ui-white;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment