<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<header>
<div class="branding container">
<h1>Flexbox Layout Cards</h1>
</div>
</header>
<main>
<section class="cards container">
<article class="card">
<a href="#">
<figure class="thumb">
<img src="http://s3.img7.ir/c0YNL.jpg" alt="">
</figure>
<div class="card-content">
<h2>Thailand Beach</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus facilis voluptatem maxime harum beatae dolorum eligendi saepe sint perferendis dolore, iste iusto vero veniam, tempora assumenda repudiandae quod vel quam!</p>
</div>
</a>
</article>
<article class="card">
<a href="#">
<figure class="thumb">
<img src="http://s3.img7.ir/c0YNL.jpg" alt="">
</figure>
<div class="card-content">
<h2>The Paris</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus facilis voluptatem maxime harum beatae dolorum eligendi saepe sint perferendis dolore, iste iusto vero veniam, tempora assumenda repudiandae quod vel quam!</p>
</div>
</a>
</article>
<article class="card">
<a href="#">
<figure class="thumb">
<img src="http://s3.img7.ir/c0YNL.jpg" alt="">
</figure>
<div class="card-content">
<h2>Bongkok</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus facilis voluptatem maxime harum beatae dolorum eligendi saepe sint perferendis dolore, iste iusto vero veniam, tempora assumenda repudiandae quod vel quam!</p>
</div>
</a>
</article>
<article class="card">
<a href="#">
<figure class="thumb">
<img src="http://s3.img7.ir/c0YNL.jpg" alt="">
</figure>
<div class="card-content">
<h2>London England</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus facilis voluptatem maxime harum beatae dolorum eligendi saepe sint perferendis dolore, iste iusto vero veniam, tempora assumenda repudiandae quod vel quam!</p>
</div>
</a>
</article>
<article class="card">
<a href="#">
<figure class="thumb">
<img src="http://s3.img7.ir/c0YNL.jpg" alt="">
</figure>
<div class="card-content">
<h2>New York City</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus facilis voluptatem maxime harum beatae dolorum eligendi saepe sint perferendis dolore, iste iusto vero veniam, tempora assumenda repudiandae quod vel quam!</p>
</div>
</a>
</article>
<article class="card">
<a href="#">
<figure class="thumb">
<img src="http://s3.img7.ir/c0YNL.jpg" alt="">
</figure>
<div class="card-content">
<h2>Rio de Jeneiro</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus facilis voluptatem maxime harum beatae dolorum eligendi saepe sint perferendis dolore, iste iusto vero veniam, tempora assumenda repudiandae quod vel quam!</p>
</div>
</a>
</section>
</main>
</body>
</html>
/* Reset */
ul,
li,
div,
figure,
img,
a,
body,
html {
margin: 0;
padding: 0;
}
li,
a {
list-style: none;
text-decoration: none;
color: black;
}
/* typography */
html {
font-size: 100%;
}
body {
font-family: 'Helvetica', Arial, sans-serif;
}
p,
h1,
h2,
h3,
h3,
h4,
h5,
h6,
span {
color: rgb(85, 26, 139)
}
/* layout */
.container {
margin: 0 auto;
padding-left: 1em;
padding-right: 1em;
}
@media screen and (min-width: 62em) {
.container {
max-width: 62em;
}
}
body {
background-color: aliceblue;
}
/* header */
header {
background-color: deepskyblue;
margin-bottom: 3.5em;
}
header h1 {
color: aliceblue;
}
/* card styles */
article img {
width: 100%
}
article {
background-color: white;
margin-bottom: 2em;
}
.card-content {
padding: 1.4em;
}
article p {
font-size: 95%;
}
@media screen and (min-width: 45em) {
.cards {
margin-top: -1em;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.card {
flex: 0 1 calc(50% - .5em);
}
}
@media screen and (min-width: 62em) {
.cards {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: -1em;
}
.card {
flex: 0 1 calc(50% - .5em);
}
}
@media screen and (min-width: 75em) {
.cards {
margin-top: inherit;
}
.card {
flex: 0 1 calc(33% - 1em);
}
}
Output
This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account
Dismiss xKeyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |