Took me all night just to figure out the animation on this one. This is my beehive. CSS Challenge Day 58. Quite frustrating to code.
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
<section class="skewed" id="wrapper"> | |
<div class="layer bottom"> | |
<div class="content-wrap"> | |
<div class="content-body"> | |
<h1>Happy Halloween</h1> | |
</div> | |
<img src="https://res.cloudinary.com/dbpolimgc/image/upload/v1539199490/Mask%20Assets/Mask-bw.jpg" alt="mask negative"> | |
</div> | |
</div> | |
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="frame"> | |
<div class="center"> | |
<div class="top"> | |
<div class="speaker"></div> | |
<div class="camera"></div> | |
</div> | |
<div class="screen"> | |
<div class="screenOverlay"><div id="particles"></div></div> | |
</div> | |
<div class="bottom"> |
NewerOlder