To Take Your Blog to the Next Level
COPY-&-PASTE DESIGN HACKS
HEADINGS
You think I'm going to read
every paragraph?
HEADINGS
<style>
h2 {
padding: 7px 0px 7px 15px;
margin-left: -15px;
border-left: 4px solid #2196F3;
margin-top: 30px;
}
</style>
THE CSS
<p>Your article content.</p>
<h2>Your section header</h2>
<hr>
<p>Your article content.</p>
THE HTML
TABLE OF
CONTENTS
I'm only interested in one of
your 23 sections
TABLE OF
CONTENTS
<style>
.toc-container {
margin: 15px;
}
.toc{
list-style-type: none;
padding: 0;
margin: 0 auto;
width: 500px;
}
.toc li{
width: 100%;
display: inline-block;
float: left;
text-align: center;
padding: 0 !important;
margin: 0 0 10px !important;
}
</style>
THE CSS
<script>
setTimeout(function () {
var anchorlinks = document.querySelectorAll('a[href*="#"]');
for(var i = 0; i < anchorlinks.length; i++) {
anchorlinks[i].setAttribute('target', '_self');
}
}, 1000);
</script>
THE JAVASCRIPT
<div class="row toc-container">
<ol class="toc">
<li><a href="#HEADING1" target="self">Heading 1</a></li>
<li><a href="#HEADING2">Heading 2</a></li>
<li><a href="#HEADING3">Heading 3</a></li>
</ol>
</div>
THE HTML
NOTE...
To make your Table of Contents interactive, add anchor tags to each
section you want to link to from your table of contents.
Add these tags right above the heading you’re linking to.
Here's what it looks like in the backend:
QUOTES &
TAKEAWAYS
Just give me what's
important, eh?
QUOTES &
TAKEAWAYS
<style>
.quote {
padding-left: 15px;
border-left: 4px solid #555;
margin-bottom: 20px;
font-style: italic;
}
.quote p {
font-weight: 300;
padding: 5px 0 5px;
}
</style>
THE QUOTE CSS
<div class="quote">
<p>Quote Content</p>
</div>
THE QUOTE HTML
<style>
.takeaway {
background-color: #FCFCFC;
padding: 40px 50px;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
border-top: 6px solid #2196F3;
margin: 40px 0px;
}
.takeaway h2 {
text-transform: uppercase;
letter-spacing: 1.5px;
font-size: 18px;
border: none !important;
}
.takeaway p {
margin-bottom: 0;
}
</style>
THE TAKEAWAY CSS
<div class="takeaway">
<h2>Takeaway Heading</h2>
<p>Takeaway Content</p>
</div>
THE TAKEAWAY HTML
CLICK TO
TWEET
C'mon, make it easy for me
CLICK TO
TWEET
THE CSS
.twitter-box p{
font-size: 1.2em !important;
text-align: center;
margin: 0 0 20px;
padding: 0 !important;
color: #777 !important;
}
.twitter-box a{
font-size: 0.85em !important;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: 30px 0 0 !important;
padding: 3px 0;
}
</style>
<style>
.twitter-box {
display: block;
margin: 20px auto 35px;
max-width: 520px;
padding: 0 25px 12px;
border-radius: 3px;
border: 2px solid #55acee;
}
.twitter-box img{
display: block;
margin: -30px auto 15px
!important;
width: 60px;
height: 60px;
background-color: #FFF;
}
<div class="twitter-box"><img
src="https://s3.amazonaws.com/media.wishpond.com/media/009/242/8
22/original.png?1466626805">
<p>YOUR TWEET TEXT HERE.</p>
<p><a
href="http://twitter.com/intent/tweet?text=YOURTWEETHERE!"
target="_blank">Click to Tweet</a></p>
</div>
THE HTML
Make sure you change the paragraph text and "YOURTWEETHERE"
in the URL to whatever you’d like it to say. For example, I might
use twitter.com/intent/tweet?text=Hello%20World!
For more easy-to-use
blog design hacks, check
out the full article at
blog.wishpond.com
Questions?
Feel free to email us at
content@wishpond.com
and we'll help you out.

More Related Content

TXT
Thuray css3
PDF
Efficient, maintainable CSS
PDF
Modifying your themes design - Learning CSS - Atlanta WordPress users group
PPTX
Css tips & tricks
PDF
Java script
PDF
Pemrograman Web 4 - Bootstrap 3
PDF
PDF
A complete html and css guidelines for beginners
Thuray css3
Efficient, maintainable CSS
Modifying your themes design - Learning CSS - Atlanta WordPress users group
Css tips & tricks
Java script
Pemrograman Web 4 - Bootstrap 3
A complete html and css guidelines for beginners

What's hot (19)

PDF
UI 101
PPTX
Html5 elements-Kip Academy
PPT
GTU Web Designing Interview Questions And Answers for freshers
TXT
Dfdf
ODP
Cascading Style Sheets - Part 02
PDF
PDF
Css introduction
PDF
Wordpress as a CMS
PDF
6 Steps to Make Your CSS Code More Maintainable
PDF
CSS Best practice
PPT
Html frames
ODP
The ABCs of HTML
PPTX
Kristina benjamin fonttag
PDF
HTML, CSS i Javascript Web Tehnologije - 1. predavanje - Startit.rs
PDF
Web standards pragmatism - from validation to the real world / Web Developers...
PPTX
David Weliver
PPTX
HTML CSS and Web Development
PPT
Ddpz2613 topic6 frame
PPTX
UI 101
Html5 elements-Kip Academy
GTU Web Designing Interview Questions And Answers for freshers
Dfdf
Cascading Style Sheets - Part 02
Css introduction
Wordpress as a CMS
6 Steps to Make Your CSS Code More Maintainable
CSS Best practice
Html frames
The ABCs of HTML
Kristina benjamin fonttag
HTML, CSS i Javascript Web Tehnologije - 1. predavanje - Startit.rs
Web standards pragmatism - from validation to the real world / Web Developers...
David Weliver
HTML CSS and Web Development
Ddpz2613 topic6 frame

Similar to Copy & Paste Design Hacks To Take Your Blog to the Next Level (20)

PPTX
HTML/CSS Web Blog Example
PDF
The Users are Restless
PPTX
Html ,css,xml
PDF
Punch it Up with HTML and CSS
PPTX
html.pptx
PPTX
Html and css
PDF
DRY cross-browser CSS with SASS
PPTX
Introduction to HTML5
PPTX
Unit 1wt
PPTX
Basics of Front End Web Dev PowerPoint
PPTX
Unit 1wt
PPTX
[SUTD GDSC] Intro to HTML and CSS
PPTX
HTML Basics, Web Development Part-2.pptx
KEY
Html5, a gentle introduction
PDF
7 web design
PPTX
Introducing HTML
PPT
CSS Presentation
PDF
HTML&CSS_notes.pdf
PDF
Doing it in style - creating beautiful sites, the web standards way / WebDD /...
DOCX
Html
HTML/CSS Web Blog Example
The Users are Restless
Html ,css,xml
Punch it Up with HTML and CSS
html.pptx
Html and css
DRY cross-browser CSS with SASS
Introduction to HTML5
Unit 1wt
Basics of Front End Web Dev PowerPoint
Unit 1wt
[SUTD GDSC] Intro to HTML and CSS
HTML Basics, Web Development Part-2.pptx
Html5, a gentle introduction
7 web design
Introducing HTML
CSS Presentation
HTML&CSS_notes.pdf
Doing it in style - creating beautiful sites, the web standards way / WebDD /...
Html

More from Wishpond (20)

PDF
Here's What to Post on Instagram: 21 Top Post Ideas & Examples
PDF
30 dead simple ways to get more agency clients
PDF
1st Half of How to Get More Sales this Black friday & Cyber Monday
PDF
How to Drive Bottom of Funnel Results from your Blog
PDF
Landing Page Optimization: 20 Tips, Strategies & Examples
PDF
How to Get More Likes on Instagram: 20 Ideas, Strategies & Tips
PDF
50 Lead Generation Examples from Top Marketing Wizards
PDF
By the Numbers: 16 Ways Instagram is Outperforming the Others
PDF
50 Tweetable Marketing Quotes Your Followers Will Love
PDF
5 Reasons Why Your Headlines Are On Life Support
PDF
The First Impression Is The Last Impression: 25 Article Headers Proven to Boo...
PDF
Profile of a Growth Hacking Team
PDF
13 Tried and True Growth Hacking Strategies
PDF
The 27 Best Growth Hacking Tools of 2016
PDF
199 Social Media and Content Marketing Tools
PDF
11 Things that Make you More Productive than Coffee
PDF
Is LinkedIn the Future of Social?
PDF
17 Seinfeld Quotes to Inspire your Marketing Strategy
PDF
Super Bowl XLIX: By The Numbers
PDF
What's Next? Marketing 2015
Here's What to Post on Instagram: 21 Top Post Ideas & Examples
30 dead simple ways to get more agency clients
1st Half of How to Get More Sales this Black friday & Cyber Monday
How to Drive Bottom of Funnel Results from your Blog
Landing Page Optimization: 20 Tips, Strategies & Examples
How to Get More Likes on Instagram: 20 Ideas, Strategies & Tips
50 Lead Generation Examples from Top Marketing Wizards
By the Numbers: 16 Ways Instagram is Outperforming the Others
50 Tweetable Marketing Quotes Your Followers Will Love
5 Reasons Why Your Headlines Are On Life Support
The First Impression Is The Last Impression: 25 Article Headers Proven to Boo...
Profile of a Growth Hacking Team
13 Tried and True Growth Hacking Strategies
The 27 Best Growth Hacking Tools of 2016
199 Social Media and Content Marketing Tools
11 Things that Make you More Productive than Coffee
Is LinkedIn the Future of Social?
17 Seinfeld Quotes to Inspire your Marketing Strategy
Super Bowl XLIX: By The Numbers
What's Next? Marketing 2015

Recently uploaded (20)

PPTX
Best LLM SEO Tools for B2B Brands in 2025
PDF
The Role of Search Intent in Shaping SEO Strategies in 2025
PPTX
Transform Your Business with Top Digital Marketing Services_EGlogics.pptx
PDF
Social Media Optimization Basic Introduction
PDF
Social Media Marketing in 2025 blog 1 2.pdf
DOCX
Auctioneer project lead by Ali Hasnain jappa
PDF
How to Break Into AI Search with Andrew Holland
PPT
Introduction to consumer behavior(1).PPT
PDF
digital marketing courses online with od
PPTX
Unit 2 - Architects Act, COA n competitions.pptx
PDF
DigiBrandX: Crafting Identities That Resonate
PPTX
Smart Optics in the Field: Understanding the AX Visio
PDF
Dream Powell - Project and Portfolio 3: Marketing
PDF
Retaining SEO Rankings During Website Redesign.pdf
PPTX
APA Examples Reference Examples Style and
PPTX
Best Social Media Marketing Company in Lucknow
PDF
Missing skill for SEO in AI Era eSkydecode.pdf
PDF
The B2B Startup Marketing Playbook - How To Build A Revenue-Generating B2B Ma...
PPTX
Mastering in Website Competitor Analysis
PPTX
Strategic Sage Digital-The Professional Digital Marketing Company in Mohali.pptx
Best LLM SEO Tools for B2B Brands in 2025
The Role of Search Intent in Shaping SEO Strategies in 2025
Transform Your Business with Top Digital Marketing Services_EGlogics.pptx
Social Media Optimization Basic Introduction
Social Media Marketing in 2025 blog 1 2.pdf
Auctioneer project lead by Ali Hasnain jappa
How to Break Into AI Search with Andrew Holland
Introduction to consumer behavior(1).PPT
digital marketing courses online with od
Unit 2 - Architects Act, COA n competitions.pptx
DigiBrandX: Crafting Identities That Resonate
Smart Optics in the Field: Understanding the AX Visio
Dream Powell - Project and Portfolio 3: Marketing
Retaining SEO Rankings During Website Redesign.pdf
APA Examples Reference Examples Style and
Best Social Media Marketing Company in Lucknow
Missing skill for SEO in AI Era eSkydecode.pdf
The B2B Startup Marketing Playbook - How To Build A Revenue-Generating B2B Ma...
Mastering in Website Competitor Analysis
Strategic Sage Digital-The Professional Digital Marketing Company in Mohali.pptx

Copy & Paste Design Hacks To Take Your Blog to the Next Level