A Pen by Aysenur Turk on CodePen.
A variation on an older pen: https://codepen.io/carolineartz/pen/VwYwZaP
beyond the obvious differences, this version uses gsap vs the linked pen animates via css.
A Pen by Caroline Artz 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
<body> | |
<style> | |
.square-box { | |
width: 33%; | |
height: 0; | |
padding-top: 33%; | |
position: absolute; | |
right: 20px; | |
top: 20px; | |
} |
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
.example | |
.block | |
.side.-main | |
.side.-left | |
.block | |
.side.-main | |
.side.-left | |
.block | |
.side.-main | |
.side.-left |
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
<div class="container"> | |
<div class="top"> | |
<div class="upper section"><img class="image image2" src="marc-steenbeke-664660-unsplash.jpg" alt=""></div> | |
<div class="mid section"><div class="top-title">MOUNTAINS</div> | |
</div> | |
<div class="lower section"><img class="image image1" src="marc-steenbeke-664660-unsplash.jpg" alt=""></div> | |
</div> | |
<div class="bottom"> | |
<div class="bottom-title">Night on the mountain</div> | |
<div class="bottom-body"> |
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
header.header | |
.grid-container | |
.grid-x.align-middle | |
.cell.small-6.medium-1 | |
.header-logo | |
button.header-navOpen | |
span | |
span | |
span | |
h4 Reeko |
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
<div class="main"> | |
<div class="content-grid"> | |
<div class="content-grid-title"> | |
<h1>Unlock Life</h1> | |
</div> | |
<div class="content-grid__scroll"> | |
<div class="content-grid__sticky"> |
A Pen by Hugo Priet on CodePen.
NewerOlder