A Pen by Wakana Y.K. 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
<!-- 404 DIV NOT FOUND --> | |
<!-- | |
No Div Grumpy Old Baby (animation) | |
https://codepen.io/abxlfazl/pen/xxRqVXa | |
No div BATMAN (animation) | |
https://codepen.io/abxlfazl/full/WNwoBjo |
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
<main class="game"> | |
<div class="game__background"></div> | |
<div class="game__foreground"> | |
<div class="foreground__mario"></div> | |
<div class="foreground__ground"></div> | |
</div> | |
</main> |
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
<main class="game"> | |
<div class="game__background"></div> | |
<div class="game__foreground"> | |
<div class="foreground__mario"></div> | |
<div class="foreground__ground"></div> | |
</div> | |
</main> |
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
<!-- Game canvas --> | |
<canvas id="c"></canvas> | |
<!-- Gameplay HUD --> | |
<div class="hud"> | |
<div class="hud__score"> | |
<div class="score-lbl"></div> | |
<div class="cube-count-lbl"></div> | |
</div> | |
<div class="pause-btn"><div></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
<body> | |
<header class="header-section-main"> | |
<div class="cursor"></div> | |
<div class="custom-container"> | |
<div class="header-section-inner"> | |
<div class="header-logo"> | |
<a href="javascript:void(0);"> | |
<img src="https://www.yudiz.com/codepen/valorant-characters/valorant.svg" class="cursor-scale small" alt="valorant-logo" /> | |
</a> | |
</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 id="root"></div> |
A portfolio single page web application (SPA). It uses Bootstrap for the layout. An attempt was made to make the CSS as simple as possible.
This SPA will support http://www.digibrady.com
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
<main> | |
<ul class='slider'> | |
<li class='item' style="background-image: url('https://cdn.mos.cms.futurecdn.net/dP3N4qnEZ4tCTCLq59iysd.jpg')"> | |
<div class='content'> | |
<h2 class='title'>"Lossless Youths"</h2> | |
<p class='description'> Lorem ipsum, dolor sit amet consectetur | |
adipisicing elit. Tempore fuga voluptatum, iure corporis inventore | |
praesentium nisi. Id laboriosam ipsam enim. </p> | |
<button>Read More</button> | |
</div> |
Loading Animation when opening a store online, 22k weight.
A Pen by Mariana Beldi on CodePen.