From 21fa2b4b769f3d03ec25534ad81794d9fb36596b Mon Sep 17 00:00:00 2001 From: Jack Palmer Date: Thu, 26 May 2016 22:39:42 -0500 Subject: [PATCH] Add stylus css class. --- assets/styles/style.styl | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 assets/styles/style.styl diff --git a/assets/styles/style.styl b/assets/styles/style.styl new file mode 100644 index 0000000..7c7a46c --- /dev/null +++ b/assets/styles/style.styl @@ -0,0 +1,34 @@ +body, html + margin 0 + padding 0 + height 100% + width 100% + display flex + align-items center + justify-content center + flex-direction column + text-align center + color #fff + background-color #192028 + +.logo + width 14em + +.message + font-size 2em + font-family 'Roboto', sans-serif + text-transform uppercase + +.links + padding 0 + list-style none + display flex + flex-direction row + .link-item + margin 0 8px + .link + text-decoration none + color #fff + font-size 2em + &:hover + color #FF8000