Reddit CSS Tutorials - Part 3 Sidebar Image and Getting Rid of The Side Title

Subscribers:
755
Published on ● Video Link: https://www.youtube.com/watch?v=pIiUyqBSygk



Duration: 8:16
24,977 views
0


This is the third video in a series of Reddit CSS tutorial videos.

Comment below on any topics you specifically want me to cover.

Support the channel! http://www.patreon.com/thepotatopilot
Sign up for adf.ly and start making money! http://adf.ly/?id=3813788


##################################################
Code from this video:

div.side div.spacer:nth-of-type(5)
{
background:url(%%SidebarImage%%) top center no-repeat;
padding: 340px 0 0;
margin-top: 20px;
}

.titlebox h1
{
text-indent: 500px;
overflow: visible!important;
}

#################################################