Blog design idea

Size
2,787 Kb
Views
12,144

How do I make an blog design idea?

What is a blog design idea? How do you make a blog design idea? This script and codes were developed by Jonathan De Jesús on 24 November 2022, Thursday.

Blog design idea Previews

Blog design idea - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Blog design idea</title> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <nav></nav>
<div class="blog-list-wrapper">	<div class="blog-item">	<div class="blog-post-details">March 06, 2016 - No Comments!</div>	<div class="blog-post-title">What “Avg. Time on Page” Really Shows</div>	<div class="blog-post-description">Ever wondered how Google Analytics knows when you leave a page? It turns out, it doesn’t, which makes “Avg. Time on Page” and “Avg. Session Duration” interesting metrics.</div>	<div class="blog-post-read-more-button">read more</div>	</div>	<div class="blog-item">	<div class="blog-post-details">March 06, 2016 - 29 Comments!</div>	<div class="blog-post-title">Weekly Inspiration: Scrollin’, Scrollin’, Scrollin’</div>	<div class="blog-post-description">Web browsers all have one thing in common: almost without exception they allow us to scroll through content. Scrolling gets us from the top of a document, to the bottom. But it allows much more than that–and for better or worse, web designers have been challenging the scrollbar for some time now, seeing how else it can be used to interact with the web.</div>	<div class="blog-post-read-more-button">read more</div>	</div>
</div>
</body>
</html>

Blog design idea - Script Codes CSS Codes

*, *:before, *:after, ul, li, a, button, input, h1, h2, h3, h4, h5, h6, p, img, image, svg, path, g { margin: 0; padding: 0; box-sizing: border-box; background-color: transparent; border: none; text-decoration: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; list-style: none;
}
html, body { width: 100%; height: 100%; margin: 0; padding: 0; background-color: #FAFAFA;
}
.blog-list-wrapper { max-width: 650px; margin: 0 auto; position: relative;
}
.blog-item { width: 100%; padding: 50px 30px;
}
.blog-item .blog-post-details { font-family: 'Roboto'; font-size: 1em; font-weight: 400; color: #b5b5b5; padding: 10px 0; letter-spacing: 0.01rem;
}
@media screen and (max-width: 650px) { .blog-item .blog-post-details { font-size: .8em; }
}
.blog-item .blog-post-title { font-family: 'Playfair Display'; font-size: 3em; padding: 10px 0; color: #222;
}
@media screen and (max-width: 650px) { .blog-item .blog-post-title { font-size: 2em; }
}
.blog-item .blog-post-description { font-family: 'Roboto'; line-height: 1.7; color: rgba(0, 0, 0, 0.7); padding-top: 30px;
}
@media screen and (max-width: 650px) { .blog-item .blog-post-description { padding-top: 10px; }
}
.blog-item .blog-post-read-more-button { width: 100px; margin-top: 50px; border: 1px solid #333ddd; padding: 10px 0; text-align: center; color: #333ddd; font-family: 'Roboto'; cursor: pointer; position: relative; overflow: hidden;
}
@media screen and (max-width: 650px) { .blog-item .blog-post-read-more-button { margin-top: 30px; }
}
@media screen and (min-width: 650px) { .blog-item .blog-post-read-more-button:hover:before { -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .blog-item .blog-post-read-more-button:hover:after { -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; -webkit-transition-delay: .15s; transition-delay: .15s; }
}
.blog-item .blog-post-read-more-button:before { content: ""; position: absolute; width: 100%; height: 100%; background-color: #333ddd; left: 0; top: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; -webkit-transition-delay: .15s; transition-delay: .15s;
}
.blog-item .blog-post-read-more-button:after { content: "read more"; position: absolute; width: 100%; height: 100%; left: 0; top: 0; color: #FAFAFA; -webkit-transform: translateX(100%); transform: translateX(100%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out;
}
Blog design idea - Script Codes
Blog design idea - Script Codes
Home Page Home
Developer Jonathan De Jesús
Username JonathanDeJesus
Uploaded November 24, 2022
Rating 3
Size 2,787 Kb
Views 12,144
Do you need developer help for Blog design idea?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jonathan De Jesús (JonathanDeJesus) Script Codes
Name
Enveer
Color
CodeCamp Tribute Page
Responsive modal window
Personal site
Css reference
My first pen
JS
Moises
Case Studies
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!