A Pen by Ksenia Kondrashova 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
| .center | |
| .phone | |
| .stats | |
| .signal | |
| span ● ● ● ○ ○ | |
| i.wifi.material-icons wifi | |
| .time 00:00 AM | |
| .indicators |
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 id="canvas"></canvas> | |
| <div class="container"> | |
| </div> | |
| <div class="links"> | |
| <a href="https://tympanus.net/codrops/2023/03/28/turning-3d-models-to-voxel-art-with-three-js/" target="_blank">tutorial<img class="icon" src="https://ksenia-k.com/img/icons/link.svg"></a> | |
| </div> | |
| <div id="copyright"> | |
| <div> | |
| <a href="https://poly.pizza/m/8BsjISKsNIz" target="_blank">Cherry</a> by <a href="https://poly.pizza/u/Poly%20by%20Google" target="_blank">Poly by Google</a> [<a href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC-BY</a>] via Poly Pizza | |
| </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="container"> | |
| <canvas id="laptop"></canvas> | |
| </div> | |
| <script type="importmap">{ | |
| "imports": { | |
| "three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.151.0/three.module.min.js", | |
| "three/addons/": "https://unpkg.com/three@0.151.0/examples/jsm/" | |
| } | |
| } |
A Pen by EggN Bacon 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
| <div id="app"> | |
| <div class="wrapper"> | |
| <article class="passbox"> | |
| <header> | |
| <h1>Select options</h1> | |
| </header> | |
| <section> | |
| <div class="slidecontainer"> | |
| <label for="passRange" >length: {{ passwordLength }}</label> | |
| <input type="range" min="8" max="24" v-model="passwordLength" class="slider" id="passRange"> |
Chat UI developed based on https://cdn.dribbble.com/users/1544818/screenshots/12575677/media/fb79fb2bbe65429bb33832e845596709.png
A Pen by AaronMcGuire 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
| <!-- Pure CSS image (no graphics included) --> | |
| <div class="background-panels"> | |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| <div></div> |
A Pen by Chris Gannon on CodePen.