×

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 class="w3-light-grey">
<div class="w3-panel">
<div class="w3-tag w3-jumbo w3-red">S</div>
<div class="w3-tag w3-jumbo">A</div>
<div class="w3-tag w3-jumbo w3-yellow">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><span class="w3-tag w3-right w3-yellow">New!</span></b></h1>
  </div>
  <div class="w3-container w3-xlarge w3-white">
    <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><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>Best Buy</b></h1>
  </div>
  <div class="w3-container w3-xlarge w3-white">
    <p><span class="w3-tag w3-yellow">New!</span>
    <p>6 Crystal Glasses</p>
    <p>Only $99 !!!</p>
  </div>
  <div class="w3-container w3-green">
    <p class="w3-opacity">Contact: 555 555 555</p>
  </div>
  </div>
  <br>
  <div class="w3-container w3-orange">
×

Report a Problem: