From 0f23bc26dce43bc88d9325bd91f3ed0494f404df Mon Sep 17 00:00:00 2001 From: Jesse Nickles Date: Thu, 29 Sep 2022 15:17:34 +0700 Subject: [PATCH] Update style.css --- style.css | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index f7e3c8c6..3673768e 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ Release Asset: true Author: LittleBizzy Author URI: https://www.littlebizzy.com Description: A lightweight and SEO-friendly theme for WordPress with no database queries, that can be easily customized using PHP snippets for ultimate stability. -Version: 0.0.3 +Version: 0.0.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html */ @@ -27,8 +27,81 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, hr, bl html, body { background:#ECEFF1; + font-family:Lato,sans-serif; + font-size:16px; + color:#263238; + height:100%; } +.inner { + margin:0px auto; + max-width:1200px; +} + +.clear { + clear:both; +} + +/* topbar */ + +#topbar { + width:100%; + background:#263238; + font-size:14px; + padding:10px 0px; + color:#fff; + text-align:center; +} + +/* header */ + +#header { + width:100%; + padding:20px 0px; + background:#fff; +} + +#branding { + float:left; +} + +#logo { + font-size:24px; + font-weight:700; + line-height:1.5; +} + +#tagline { + display:block; + font-size:16px; + line-height:1.5; +} + +#menu { + float:right; +} + +#menu li { + font-size:20px; + list-style-type:none; + float:left; + padding-left:30px; +} + +/* splash */ + +#splash { + width:100%; + height: 100%; + background-image: linear-gradient(to right, #feb47b, #ff7e5f); url('https://www.littlebizzy.dev/wp-content/uploads/2022/09/sgalagaev-w0rUWZi7jxM-unsplash.jpg'); + background-repeat:no-repeat; + background-size: cover; + background-position: center; + display: flex; + flex-flow: column; + flex-grow: 1; + +} /* scrollup */