<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3pro.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-amber.css">
<body>
<header class="w3-bar w3-card w3-theme">
<button class="w3-bar-item w3-button w3-xxxlarge w3-hover-theme" onclick="openSidebar()">☰</button>
<h1 class="w3-bar-item">Movies</h1>
</header>
<div class="w3-container">
<hr>
<div class="w3-cell-row">
<div class="w3-cell" style="width:30%">
<img class="w3-circle" src="img_avatar.jpg" style="width:100%">
</div>
<div class="w3-cell w3-container">
<h3>Frozen</h3>
<p>The response to the animations was ridiculous.</p>
</div>
</div>
<hr>
<div class="w3-cell-row">
<div class="w3-cell" style="width:30%">
<img class="w3-circle" src="img_avatar.jpg" style="width:100%">
</div>
<div class="w3-cell w3-container">
<h3>The Fault in Our Stars</h3>
<p>Touching, gripping and genuinely well made.</p>
</div>
</div>
<hr>
<div class="w3-cell-row">
<div class="w3-cell" style="width:30%">
<img class="w3-circle" src="img_avatar.jpg" style="width:100%">
</div>
<div class="w3-cell w3-container">
<h3>The Avengers</h3>
<p>A huge success for Marvel and Disney.</p>
</div>
</div>
<hr>