Simple Horizontal Stacked Bar

Size
2,000 Kb
Views
48,576

How do I make an simple horizontal stacked bar?

What is a simple horizontal stacked bar? How do you make a simple horizontal stacked bar? This script and codes were developed by Revolution Graphics on 01 October 2022, Saturday.

Simple Horizontal Stacked Bar Previews

Simple Horizontal Stacked Bar - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple Horizontal Stacked Bar</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="stacked-bar-graph"> <span style="width:20%" class="bar-1">20%</span> <span style="width:15%" class="bar-2">15%</span> <span style="width:30%" class="bar-3">30%</span>
</div>
</body>
</html>

Simple Horizontal Stacked Bar - Script Codes CSS Codes

.stacked-bar-graph { width: 100%; height: 38px; color: #414042;
}
.stacked-bar-graph span { display: inline-block; height: 100%; box-sizing: border-box; float: left; font-weight: bold; font-family: arial, sans-serif; padding: 10px;
}
.stacked-bar-graph .bar-1 { background: #F7B334;
}
.stacked-bar-graph .bar-2 { background: #A7A9AC;
}
.stacked-bar-graph .bar-3 { background: #D57E00;
}
Simple Horizontal Stacked Bar - Script Codes
Simple Horizontal Stacked Bar - Script Codes
Home Page Home
Developer Revolution Graphics
Username rgfx
Uploaded October 01, 2022
Rating 3
Size 2,000 Kb
Views 48,576
Do you need developer help for Simple Horizontal Stacked Bar?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Revolution Graphics (rgfx) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!