Skip to content

Instantly share code, notes, and snippets.

View Flowerr4sr0's full-sized avatar

Arlo Flowerr4sr0

View GitHub Profile
@Flowerr4sr0
Flowerr4sr0 / 404-error-example-2.markdown
Created August 28, 2025 06:24
404 Error Example #2

404 Error Example #2

From graphic design to web design. This 404 error example was designed by Yoga Perdana and we have converted into web with pure CSS and minimal HTML using CSS3 gradients and shadows. See more creative examples in the related pens.

Hope you like it :)

Read the full article here

A Pen by Ricardo Prieto on CodePen.

@Flowerr4sr0
Flowerr4sr0 / index.html
Created June 12, 2025 08:12
JS Audio Visualizer
<div id="content">
<input type="file" id="thefile" accept="audio/*" />
<canvas id="canvas"></canvas>
<audio id="audio" controls></audio>
</div>
@Flowerr4sr0
Flowerr4sr0 / index.html
Created February 11, 2025 09:05
stackoverflow_solve_1
<h3>Dynamic Progress Bar</h3>
<p>Running progress bar from 0% to 100% in 10 seconds</p>
<a href="#"><button id="testButton" class="testButton">Submit</button></a> <!--new-->
<div class="progress">
<div id="dynamic" class="progress-bar progress-bar-success progress-bar-striped active" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
</div>
</div>