diff --git a/src/sass/main.scss b/src/sass/main.scss index 89f1de8..be3c678 100644 --- a/src/sass/main.scss +++ b/src/sass/main.scss @@ -44,6 +44,25 @@ ul.inline-list { } } +#deprecation-notice { + @include background(linear-gradient(to bottom, $green, $dark-green)); + background-color: $green; + padding: rhythm(1); + margin: rhythm(1); + @include border-radius(20px); + @include box-shadow; + @include clearfix; + + h1 { + @include adjust-font-size-to(48px, 2); + font-family: 'Bangers', 'cursive'; + } + + p { + margin-top: rhythm(1); + } +} + header { @include background(linear-gradient(to bottom, $green, $dark-green)); background-color: $green; diff --git a/template.html b/template.html index e32c490..7805a92 100644 --- a/template.html +++ b/template.html @@ -16,6 +16,14 @@ + +
@@ -49,5 +57,6 @@ +