Skip to content

Instantly share code, notes, and snippets.

@AEX175
AEX175 / error-pages.markdown
Created February 9, 2024 19:00
Error Pages
@AEX175
AEX175 / index.html
Created January 27, 2023 21:37
Weekly Coding Challenge #1 - Double slider Sign in/up Form - Desktop Only
<h2>Weekly Coding Challenge #1: Sign in/up Form</h2>
<div class="container" id="container">
<div class="form-container sign-up-container">
<form action="#">
<h1>Create Account</h1>
<div class="social-container">
<a href="#" class="social"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social"><i class="fab fa-google-plus-g"></i></a>
<a href="#" class="social"><i class="fab fa-linkedin-in"></i></a>
</div>
@AEX175
AEX175 / index.pug
Created December 21, 2022 23:37
Only CSS: Shooting Star
.night
- for (i = 0; i < 20; i++)
.shooting_star
@AEX175
AEX175 / index.html
Created December 21, 2022 23:22
Input Text Material with Gradient
<div class="form__group field">
<input type="input" class="form__field" placeholder="Name" name="name" id='name' required />
<label for="name" class="form__label">Name</label>
</div>
@AEX175
AEX175 / script.js
Created December 20, 2022 17:41
XWqExRB
"use strict"; // Paul Slaymaker, paul25882@gmail.com
const body=document.getElementsByTagName("body").item(0);
body.style.background="#000";
const TP=2*Math.PI;
const CSIZE=400;
const ctx=(()=>{
let d=document.createElement("div");
d.style.textAlign="center";
body.append(d);
@AEX175
AEX175 / index.html
Created December 6, 2022 23:28
Loaders
<div class="loader">
<svg viewBox="0 0 80 80">
<circle id="test" cx="40" cy="40" r="32"></circle>
</svg>
</div>
<div class="loader triangle">
<svg viewBox="0 0 86 80">
<polygon points="43 8 79 72 7 72"></polygon>
</svg>
@AEX175
AEX175 / css3-loader-spinners.markdown
Created November 23, 2022 23:38
CSS3 Loader & Spinners

CSS3 Loader & Spinners

This is a collection of different types of loaders, spinners. There are no image dependencies in this. It's is done using CSS. Hence it is easily customization too.

A Pen by Vineeth.TR on CodePen.

License.

@AEX175
AEX175 / emulador-de-terminal.markdown
Created November 23, 2022 03:06
Emulador de terminal
@AEX175
AEX175 / confirmation-mail.markdown
Created November 15, 2022 02:14
Confirmation Mail