Skip to content

Instantly share code, notes, and snippets.

View Jidmaa's full-sized avatar
🎯
Focusing

Benhenneda Majid Jidmaa

🎯
Focusing
View GitHub Profile
@Jidmaa
Jidmaa / progress.html
Created August 9, 2020 18:23 — forked from WeiChiaChang/progress.html
Simple Pure CSS Progress Bar
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta chatset="UTF-8" />
<title>CSS Progress Bar</title>
<style>
.wrapper {
width: 500px;
}