diff options
Diffstat (limited to 'sass/css')
-rw-r--r-- | sass/css/_newyear.scss | 7 | ||||
-rw-r--r-- | sass/css/yaroslavps.scss | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sass/css/_newyear.scss b/sass/css/_newyear.scss new file mode 100644 index 0000000..181d807 --- /dev/null +++ b/sass/css/_newyear.scss @@ -0,0 +1,7 @@ +.newyear-msg { + text-align: center; + font-size: 1.6em; + font-variant-caps: small-caps; + font-family: $font_serif; + color: $red; +} diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss index 9527260..8f5eeef 100644 --- a/sass/css/yaroslavps.scss +++ b/sass/css/yaroslavps.scss @@ -1,6 +1,7 @@ @import "normalize"; @import "colors"; @import "fonts"; +@import "newyear"; html, body { width: 100%; |