Skip to content

Instantly share code, notes, and snippets.

View mrtoluadesina's full-sized avatar
🎯
Focusing

Produxts Guy mrtoluadesina

🎯
Focusing
View GitHub Profile
@WeiChiaChang
WeiChiaChang / progress.html
Created July 26, 2017 10:08
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;
}