<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible"
content="IE=edge" />
<meta name="viewport"
content=
"width=device-width, initial-scale=1.0" />
<link rel="stylesheet"
href=
"https://unpkg.com/@blaze/[email protected]/dist/blaze/blaze.css" />
</head>
<body>
<h1 style="text-align:center; color:green;">
GeeksforGeeks
</h1>
<h2 style="text-align:center;">
Containers in Blaze UI
</h2>
<div class="o-container o-container--xsmall"
style="background-color:blanchedalmond;">
<h3>x-small Container</h3>
<p>
GeeksforGeeks is a portal for geeks.
It is a place where you can learn,
share and get help from other geeks.
Find various things on the portal
like Jobs, Hackathons, Programming
Competitions, Coding Questions, etc.
</p>
</div>
<div class="o-container o-container--small"
style="background-color:yellowgreen ;">
<h3>small Container</h3>
<p>
GeeksforGeeks is a portal for geeks.
It is a place where you can learn,
share and get help from other geeks.
Find various things on the portal
like Jobs, Hackathons, Programming
Competitions, Coding Questions, etc.
</p>
</div>
<div class="o-container o-container--medium"
style="background-color:steelblue;">
<h3>medium Container</h3>
<p>
GeeksforGeeks is a portal for geeks.
It is a place where you can learn,
share and get help from other geeks.
Find various things on the portal
like Jobs, Hackathons, Programming
Competitions, Coding Questions, etc.
</p>
</div>
<div class="o-container o-container--large"
style="background-color:indianred;">
<h3>large Container</h3>
<p>
GeeksforGeeks is a portal for geeks.
It is a place where you can learn,
share and get help from other geeks.
Find various things on the portal
like Jobs, Hackathons, Programming
Competitions, Coding Questions, etc.
</p>
</div>
<div class="o-container o-container--xlarge"
style="background-color:aqua;">
<h3>x-large Container</h3>
<p>
GeeksforGeeks is a portal for geeks.
It is a place where you can learn,
share and get help from other geeks.
Find various things on the portal
like Jobs, Hackathons, Programming
Competitions, Coding Questions, etc.
</p>
</div>
<div class="o-container o-container--super"
style="background-color:palegreen;">
<h3>super Container</h3>
<p>
GeeksforGeeks is a portal for geeks.
It is a place where you can learn,
share and get help from other geeks.
Find various things on the portal
like Jobs, Hackathons, Programming
Competitions, Coding Questions, etc.
</p>
</div>
</body>
</html>