Contenitore Classe w3






<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
<link rel="stylesheet" href="w3-theme-w3schools.css">
<body>

<div class="w3-container w3-theme w3-card-2">
<h3>☰ Attenzione</h3>
</div>

<div class="w3-container w3-text-theme w3-border-bottom"><h2>Movies 2014</h2></div>
<ul class="w3-ul">
<li>
<h5>Frozen</h5>
<p>The response to the animations was ridiculous.</p>
</li>
<li>
<h5>The Fault in Our Stars</h5>
<p>Touching, gripping and genuinely well made.</p>
</li>
<li>
<h5>The Avengers</h5>
<p>A huge sucess for Marvel and Disney.</p>
</li>
</ul>

<div class="w3-container w3-theme-light" style="position:relative">
<a class="w3-btn-floating-large w3-theme w3-right" style="position:absolute;top:-28px;right:16px;">+</a>
<p>W3Schools 2015</p>
</div>

<div class="w3-container w3-theme-dark w3-xlarge">«<span class="w3-right">»</span></div>

</body>
</html>

*************************************************************************************************************

<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
<link rel="stylesheet" href="w3-theme-dark-grey.css">
<body>

<div class="w3-container w3-theme w3-card-2">
<h3>☰ W3Schools</h3>
</div>

<div class="w3-container w3-text-theme w3-border-bottom"><h2>Movies 2014</h2></div>
<ul class="w3-ul">
<li>
<h5>Frozen</h5>
<p>The response to the animations was ridiculous.</p>
</li>
<li>
<h5>The Fault in Our Stars</h5>
<p>Touching, gripping and genuinely well made.</p>
</li>
<li>
<h5>The Avengers</h5>
<p>A huge sucess for Marvel and Disney.</p>
</li>
</ul>

<div class="w3-container w3-theme-light" style="position:relative">
<a class="w3-btn-floating-large w3-theme-action w3-right" style="position:absolute;top:-28px;right:16px;">+</a>
<p>W3Schools 2015</p>
</div>

<div class="w3-container w3-theme-dark w3-xlarge">«<span class="w3-right">»</span></div>

</body>
</html>











( contenitoreclassew3.html )- by Paolo Puglisi - Modifica del 17/12/2023