From fa2bd32da5bb89203a807872866f30d6ad75edcb Mon Sep 17 00:00:00 2001 From: xj9 Date: Thu, 2 Mar 2017 07:15:42 -0700 Subject: [PATCH] tweak background position --- tokyo.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tokyo.css b/tokyo.css index b91aeed..c9d0dd0 100644 --- a/tokyo.css +++ b/tokyo.css @@ -108,7 +108,9 @@ article { width: 100vw; height: 100vh; background-image: url(skyline.png); - background-position: 50% 0; + background-position-x: 50%; + background-position-y: bottom; + background-repeat: repeat-x; display: flex; flex-direction: row; align-items: center;