foubography

View Original

Header Background

The Library of Code is a compilation of different bits of html, CSS and Javascript that I’ve used in my own web design. Rather than keeping the links from creators all over the internet stored locally I thought I’d share them instead! Keep these at hand by subscribing to the foubography rss feed or head to foubography’s instagram and save the posts.

Just paste this bit of code in Design > Custom CSS and adjust accordingly.

/* header background: background color, padding and corners */
#block-ID {
      background: #color;
      border-radius: 20px;
      padding: 20px;
      padding-bottom: 0px;
}

Related posts

See this gallery in the original post