A Pen by Vashon Gonzales on CodePen.
Created
January 4, 2024 19:18
-
-
Save Ashon-G/5f5644954b8715dd09281f1b7b2beab8 to your computer and use it in GitHub Desktop.
Black unicorn
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
<canvas data-3d="canvas"></canvas> | |
<div id="barba-wrapper" data-router-wrapper="0"> | |
<main data-router-view="about"> | |
</main> | |
</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
<script src="https://cdn.jsdelivr.net/npm/@finsweet/finsweet.com@1/dist/webgl/app.js"></script> |
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
canvas { | |
display: block; | |
width: 100%; | |
height: 100%; | |
background-color: white; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment