Later on I noticed that uniformity makes my left and right sidebars a bit dull. To remedy the problem, I used CSS to emphasize, to liven up some parts, and to break the onset of boredom. For example the picture at the left looks more enticing and eye-catching than the one at the right; the improve version serves as an example from which you can alter to make variation like what I did.
The Transformation
First log in to your Blogger account. Go to Design, click Add a Gadget then choose HTML/Javascript. Copy and paste the following code:
style type="text/css"><!--
#eib {
border: 1px solid #f8e69f;
margin-top: 15px;
}
#eib_title {
padding-left: 10px;
background: #f8e69f;
border-bottom: 1px solid #f8e69f;
color: #806b18;
font: bold 9pt arial;
letter-spacing: 1px;
height: 25px;
padding-top: 8px;
}
#eib li.ctg{
text-decoration: underline;
font-weight: bold;
}
#eib ul{
padding: 8px 0px 8px 10px;
}
--></style>
<div id="eib">
<div id="eib_title">EXTRA INCOME BY:</div>
<ul>
<li class="ctg">Writing</li>
<li>Become a REVIEWER!</li>
<li>Write till you drop!</li>
<li>Blog more.</li>
</ul>
<ul>
<li class="ctg">More!</li>
<li>Bookmark, socialize, and earn.</li>
</ul>
</div>
Note:
- You have to apply the CSS within <style type="text/css"> in the gadget rather than in the template.
- You can name the id (eg. #eib) with any word you prefer; however make sure you follow the format.
- #eib formats the border, #eib_title formats the title (EXTRA INCOME BY), #eib li.ctg formats the category (Writing and More!), and #eib ul gives space between the border and the list.
2 comments:
Oooh how I'd love to learn CSS to be better able to customize themes for my blogs. Thanks for the tips :)
CSS is easier than other codes. With dedication and practice, you can customize your own CSS.
I'll try to post similar tips as soon as I've learned something new. Hope you can also read my other posts.
Thanks for dropping by!
Post a Comment
Your opinion matters!