Blog Concept 4

Developer
Size
4,172 Kb
Views
38,456

How do I make an blog concept 4?

Experimenting with Masonry layouts. Using HTML5 Boilier Plate Primary CSS written by Luke Shumard. Images from various people on Tumblr who stole it from other people that stole them from some photographers website lol. . What is a blog concept 4? How do you make a blog concept 4? This script and codes were developed by Juan Gallardo on 18 August 2022, Thursday.

Blog Concept 4 Previews

Blog Concept 4 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Blog Concept 4</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="css/style.css">
</head>
<body> <header class="container"> <h1>Dolphins</h1> </header> <div id="content" class="container clearfix"> <div class="item"> <img src="http://media.cmgdigital.com/shared/lt/lt_cache/thumbnail/960/img/photos/2012/08/12/67/01/dolphin_0217_ba03_837469a.JPG" alt="" /> </div> <div class="item"> <img src="http://www.floridasnapshot.com/wp-content/uploads/2009/05/marineland_photo_georgia.jpg" alt="" /> </div> <div class="item featured"> <img src="http://wallpaperweb.org/wallpaper/animals/1600x1200/Bottlenose_Dolphins_Caribbean_Sea_Honduras.jpg" alt="" /> </div> <div class="item"> <img src="http://31.media.tumblr.com/tumblr_m9wca7VGDn1r4zr2vo1_500.gif" alt="" /> </div> <div class="item"> <img src="http://25.media.tumblr.com/tumblr_lttuawsjxO1qh5vwvo1_500.png" alt="" /> </div> <div class="item featured"> <img src="http://media.tumblr.com/tumblr_l7akncZ06G1qc8j5w.bmp" alt="" /> </div> <div class="item"> <img src="http://25.media.tumblr.com/914029595d40e50b49668950fed00348/tumblr_mg0gi1KbPa1rl2u3wo1_500.jpg" alt="" /> </div> <div class="item"> <img src="http://activerain.com/image_store/uploads/5/8/1/4/0/ar128543621104185.jpg" alt="" /> </div> <div class="item"> <img src="http://i68.photobucket.com/albums/i22/femi_yu/dolphin-and-dog.jpg" alt="" /> </div> <div class="item"> <img src="http://25.media.tumblr.com/d2f3f8f5a4bec9444a836d72d2ea76e0/tumblr_mr4v3bfTz31qzou5ko1_500.jpg" alt="" /> </div> <div class="item"> <img src="http://24.media.tumblr.com/tumblr_m2mzuw9Eqz1qik6deo1_1280.jpg" alt="" /> </div> <div class="item"> <img src="http://31.media.tumblr.com/tumblr_ly68252V111qc6j5yo1_500.jpg" alt="" /> </div> </div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/masonry/3.1.2/masonry.pkgd.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Blog Concept 4 - Script Codes CSS Codes

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid { }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
/* ==|== primary styles ===================================================== Author: Luke Shumard (lukeshumard.com) ========================================================================== */
#content {	/*width: 980px;*/	/*width: 95%;*/	width: auto;	margin: 0 auto;
}
.item {	display: block;	float: left;	width: 300px;	margin: 0 20px 20px 0;	-webkit-transition: left .4s ease-in-out, top .4s ease-in-out .4s;	-moz-transition: left .4s ease-in-out, top .4s ease-in-out .4s;	-ms-transition: left .4s ease-in-out, top .4s ease-in-out .4s;	-o-transition: left .4s ease-in-out, top .4s ease-in-out .4s;	transition: left .4s ease-in-out, top .4s ease-in-out .4s;
}
.featured {	width: 620px;
}
.item img {	width: 300px;	height: auto;
}
.featured img { width: 620px; height: auto;
}
/* Titles */
h1 { font-family: "Times New Roman", Times, serif; font-weight: normal; font-size: 0.9em; text-transform: uppercase; color: #000; letter-spacing: .2em; line-height: 1; text-align: center; margin: 0; display: inline;
}
h1 a { color: #000;
}
header {	text-align: center;	margin-top: 0.8em;
}
header:after { content: ""; display: block; width: 30px; height: 1px; margin: 0.8em auto; background-color: #111;
}
@media only screen and (min-width: 35em) {
.ir { border:0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

Blog Concept 4 - Script Codes JS Codes

$(document).ready(function() {	// Initialize Masonry	$('#content').masonry({	columnWidth: 320,	itemSelector: '.item',	isFitWidth: true,	isAnimated: !Modernizr.csstransitions	}).imagesLoaded(function() {	$(this).masonry('reload');	});
});
Blog Concept 4 - Script Codes
Blog Concept 4 - Script Codes
Home Page Home
Developer Juan Gallardo
Username JGallardo
Uploaded August 18, 2022
Rating 3
Size 4,172 Kb
Views 38,456
Do you need developer help for Blog Concept 4?

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!

Juan Gallardo (JGallardo) Script Codes
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!