<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../lib/w3.css">
<body>
<div class="w3-container">
<p>Almost flat design is an alternative to the original flat design.</p>
<p>Almost flat acquires more depth, brighter colors, complex shadows, and dimension.</p>
<a class="w3-btn w3-red w3-hover-white">Try It Yourself</a>
<ul class="w3-section w3-navbar w3-black w3-card-8">
<li><a class="w3-green w3-hover-red w3-padding-hor-16">Home</a></li>
<li><a class="w3-hover-red w3-padding-hor-16">Link 1</a></li>
<li><a class="w3-hover-red w3-padding-hor-16">Link 2</a></li>
</ul>
</div>
</body>
</html>