×

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>
<!-- First Grid: Logo & About -->
<div class="w3-row">
  <div class="w3-half w3-light-grey w3-center" style="height:600px">
    <div class="w3-padding-64">
      <h2>My Work</h2>
      <p>Some of my latest projects.</p>
    </div>
    <div class="w3-row">
      <div class="w3-half">
        <img src="img_coffee.jpg" style="width:100%">
      </div>
      <div class="w3-half">
        <img src="img_workbench.jpg" style="width:100%">
      </div>
    </div>
    <div class="w3-row">
      <div class="w3-half">
        <img src="img_workbench.jpg" style="width:100%">
      </div>
      <div class="w3-half">
        <img src="img_coffee.jpg" style="width:100%">
      </div>
    </div>
    <div class="w3-row">
      <div class="w3-half">
        <img src="img_sound.jpg" style="width:100%">
      </div>
      <div class="w3-half">
        <img src="img_workbench.jpg" style="width:100%">
      </div>
    </div><br>
    <p>Just call me awesome.</p>
  </div>
  <div class="w3-half w3-blue-grey w3-container" style="height:600px">
    <div class="w3-padding-64 w3-center">
      <h1>About Me</h1>
      <img src="img_avatar3.png" class="w3-margin w3-circle" alt="Person" style="width:50%">
      <div class="w3-left-align w3-padding-large">
        <p>Lorem ipusm sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.</p>
      </div>
    </div>
×

Report a Problem: