Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Sep 29, 2022
1 parent 788130b commit 0f23bc2
Showing 1 changed file with 74 additions and 1 deletion.
75 changes: 74 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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 */

Expand Down

0 comments on commit 0f23bc2

Please sign in to comment.