A Pen by Abhishek Mane on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 class="title">Hover over the cards</h1> | |
<div id="app" class="container"> | |
<card data-image="https://images.unsplash.com/photo-1479660656269-197ebb83b540?dpr=2&auto=compress,format&fit=crop&w=1199&h=798&q=80&cs=tinysrgb&crop="> | |
<h1 slot="header">Canyons</h1> | |
<p slot="content">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> | |
</card> | |
<card data-image="https://images.unsplash.com/photo-1479659929431-4342107adfc1?dpr=2&auto=compress,format&fit=crop&w=1199&h=799&q=80&cs=tinysrgb&crop="> | |
<h1 slot="header">Beaches</h1> | |
<p slot="content">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 class="title">Hover over the cards</h1> | |
<div id="app" class="container"> | |
<card data-image="https://images.unsplash.com/photo-1479660656269-197ebb83b540?dpr=2&auto=compress,format&fit=crop&w=1199&h=798&q=80&cs=tinysrgb&crop="> | |
<h1 slot="header">Canyons</h1> | |
<p slot="content">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> | |
</card> | |
<card data-image="https://images.unsplash.com/photo-1479659929431-4342107adfc1?dpr=2&auto=compress,format&fit=crop&w=1199&h=799&q=80&cs=tinysrgb&crop="> | |
<h1 slot="header">Beaches</h1> | |
<p slot="content">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav class="main-menu"> | |
<div class="logo"></div> | |
<div class="settings"></div> | |
<ul> | |
<li> | |
<a href="http://startific.com"> | |
<i class="fa fa-home fa-lg"></i> | |
<span class="nav-text">Home</span> | |
</a> | |
</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html class="menu"> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<meta http-equiv="X-UA-Compatible" content=="IE=edge"/> | |
<meta name="google" value="notranslate"/> | |
<title>Side Menu</title> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 class="title">Hover over the cards</h1> | |
<div id="app" class="container"> | |
<card data-image="https://images.unsplash.com/photo-1479660656269-197ebb83b540?dpr=2&auto=compress,format&fit=crop&w=1199&h=798&q=80&cs=tinysrgb&crop="> | |
<h1 slot="header">Canyons</h1> | |
<p slot="content">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> | |
</card> | |
<card data-image="https://images.unsplash.com/photo-1479659929431-4342107adfc1?dpr=2&auto=compress,format&fit=crop&w=1199&h=799&q=80&cs=tinysrgb&crop="> | |
<h1 slot="header">Beaches</h1> | |
<p slot="content">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> |
Click to reveal more info. Info folds out beneath the card, while the rest of the grid recedes.
A Pen by Andrew Canham on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 class="title">Hover over the cards</h1> | |
<div id="app" class="container"> | |
<card data-image="https://images.unsplash.com/photo-1479660656269-197ebb83b540?dpr=2&auto=compress,format&fit=crop&w=1199&h=798&q=80&cs=tinysrgb&crop="> | |
<h1 slot="header">Canyons</h1> | |
<p slot="content">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> | |
</card> | |
<card data-image="https://images.unsplash.com/photo-1479659929431-4342107adfc1?dpr=2&auto=compress,format&fit=crop&w=1199&h=799&q=80&cs=tinysrgb&crop="> | |
<h1 slot="header">Beaches</h1> | |
<p slot="content">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Source code at | |
https://github.com/taylorkmho/coffeeSlots | |
--> | |
<section> | |
<main> | |
<div class="slots"> | |
<div class="slots__slot"></div> | |
<div class="slots__slot"></div> |
A Pen by Elizabeth Ann Francisco on CodePen.
NewerOlder