From d7f332bd3e4ffb37f75d9d81b182f7fafc8b53db Mon Sep 17 00:00:00 2001 From: Hideki Shimizu Date: Sat, 14 Mar 2020 11:00:37 +0900 Subject: [PATCH] [add] css for posts-title --- static/css/postcard.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/static/css/postcard.css b/static/css/postcard.css index f6516b9..48ea163 100644 --- a/static/css/postcard.css +++ b/static/css/postcard.css @@ -209,3 +209,17 @@ overflow: hidden; width: 100%; } + +.posts-title { + text-align: center; + font-size: 18px; + margin-top: 15px; + margin-left: 70px; + color: #124; + margin-right: 70px; + margin-bottom: 20px; + background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */ + -pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); + behavior: +} -- GitLab