×

Save Your Code

If you click the save button, your code will be saved, and you get an URL you can share with others.

By clicking the "Save" button you agree to our terms and conditions.

Report Error

×

Save to Google Drive

If you have a Google account, you can save this code to your Google Drive.

Google will ask you to confirm Google Drive access.

×

Open from Google Drive

If you have saved a file to Google Drive, you can open it here:

Result Size: 625 x 571
x
 
<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="4/w3.css">
<body>
<div class="w3-panel w3-animate-opacity">
<div class="w3-tag w3-jumbo">S</div>
<div class="w3-tag w3-jumbo">A</div>
<div class="w3-tag w3-jumbo">L</div>
<div class="w3-tag w3-jumbo">E</div>
</div>
<div class="w3-row-padding">
<div class="w3-third">
  <div class="w3-card">
  <div class="w3-container w3-red">
    <h1><b>HOO</b></h1>
  </div>
  <div class="w3-container w3-xlarge">
    <p>The Newest<br>
    <i><b>triple-action</b></i><br>
    <span class="w3-xxlarge w3-text-red"><b>HOO</b></span></p>
    <p><del>$400</del> <span class="w3-tag w3-yellow">New!</span><br>
    Now only $299 !!!</p>
  </div>
  <div class="w3-container w3-red">
    <p class="w3-opacity">Contact: 555 555 555</p>
  </div>
  </div>
  <br>
  <div class="w3-card">
  <div class="w3-container w3-green">
    <h1><b>HOO</b></h1>
  </div>
  <div class="w3-container w3-xlarge">
    <p>The Newest<br>
    <i><b>triple-action</b></i><br>
    <span class="w3-xxlarge w3-text-red"><b>HOO</b></span></p>
    <p><del>$400</del> <span class="w3-badge w3-red">6</span><br>
    Now only $299 !!!</p>
  </div>
  <div class="w3-container w3-green">
    <p class="w3-opacity">Contact: 555 555 555</p>
  </div>
  </div>
×

Report a Problem: