<!DOCTYPE html>
<HTML LANG="en">
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="preconnect" href="https://fonts.googleapis.com"> 
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Calistoga&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Special+Elite&display=swap" rel="stylesheet">

<title>99_PUBLIC FILE TAB &#7172; ONE TAB ONLY!</title>

<style>

body {
    max-width: 950px;
    margin:2rem auto;
    margin-bottom: 3.75rem;
    font-family: 'courier prime', monospace;
    font-size: 2.25rem;
    line-height: 2.38rem;
    font-weight: bold;
    color: black;
}
.ctr {text-align: center}

.title {
	text-align: center;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-family: 'special elite', serif;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.tab{
  max-width:500px;
  margin:auto;
  padding-bottom:10px;
  position:relative;
}
.tab:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  border-top:10px solid #000;
  border-radius:10px 10px 0 0;
}
.hilitea {
    display:table;
    position:relative;
    margin:auto;
    text-align: center;
    border-radius: 20px 20px 0px 0px;
    color: white;
    background-color: #000000;
    padding-top: .5rem;
    font-family: 'courier prime', monospace;
    font-size: 2.5rem;
    line-height: 2.63rem;
    font-weight: bold;
}
.hilitea:after,
.hilitea:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 1rem;
  bottom: 0;
  width: 20px;
  box-shadow: 0 10px #000; /* this is necessary or a gap will show */
}
.hilitea:after {
  right: -18px;
}
.hilitea:before {
  left: -18px;
}
.hilitea:after {
  border-radius: 0 0 0 20px;
}
.hilitea:before {
  border-radius: 0 0 20px 0;
}



.tally {
    font-family: 'calistoga', serif;
    font-weight: 700;
	font-size: 2.25rem;
    line-height: 2.38rem;
    color: crimson;
}
.notes {
	text-align: justify;
	color: black;
    margin: 2rem 2.5rem 1.25rem 2.5rem;
    font-family: 'roboto condensed', sans-serif;
    font-size: 2.25rem;
    line-height: 2.38rem;
    font-weight: 400;
}

.table1 {
    width: 100%;
    text-align: left;
    vertical-align: middle;
    border-top: .63rem groove #00ffff;   /* cyan */
    border-right: .63rem groove #00ffff;
    border-bottom: none;
    border-left: .63rem groove #00ffff;
    border-collapse: collapse;
    font-family: 'courier prime', monospace;
    font-size: 2.25rem;
    line-height: 2.38rem;
    font-weight: bold;
    color: black;
}
td {
    padding-top: .6rem;
    padding-right: .6rem;
    padding-bottom: .2rem;
    padding-left: .7rem;
}

.table1 tbody tr:nth-child( odd ) {
    background-color: #ffffcc;        /* pastel yellow */
    border-bottom: .19rem solid black;
}
.table1 tbody tr:nth-child( even ) {
    background-color: white;
    border-bottom: .19rem solid black;
}

/* FILLING OUT THE CELL BORDERS */

.table1 tbody tr td:nth-of-type(1) {
    border-right: .19rem solid black;
    text-align: left;
}

.table1 tbody tr td:nth-of-type(2) {
    border-right: .19rem solid black;
    text-align: left;
}

.table2 {
    width: 100%;
    border: .63rem groove #00ffff;    /* cyan */
    border-collapse: collapse;
    font-family: 'courier prime', monospace;
    font-size: 2.25rem;
    line-height: 2.38rem;
    font-weight: bold;
    color: black;
}

/* DEFINING THE HEADER */

.table2 th {
	border: .38rem solid #00ffff;
    background-color: black;
    font-family: 'roboto slab', serif;
    font-size: 2rem;
    line-height: 2.13rem;
    color: white;
    font-weight: bold;
    padding: .94rem;
}

/* APPLYING THE STRIPES */

.table2 tbody tr:nth-child( odd ) {
    background-color: #ffffcc;        /* pastel yellow */
    border-bottom: .19rem solid black;
}
.table2 tbody tr:nth-child( even ) {
    background-color: white;
    border-bottom: .19rem solid black;
}

/* FILLING OUT THE CELL BORDERS */

.table2 tbody tr td:nth-of-type(1) {
    border-right: .19rem solid black;
    text-align: center;
}
.table2 tbody tr td:nth-of-type(2) {
    border-right: .19rem solid black;
    text-align: left;
}
</style>
</head>
<body>
  <div class="title">
    To-morrow, and to-morrow, and to-morrow,
  </div>
  
  <div class="tab"><span class="hilitea">&mdash;Creeps&mdash;</span></div>

  <table class="table1">
    <tr>
      <td colspan="3" style="background: #dddddd">
        <span class="tally">in this</span> petty pace<br>
        <span class="tally">from</span> day to day
      </td>
    </tr>
  </table>

  <table class="table2">
    <thead>
      <tr>
        <th style="color: #00ffff; text-align: center; border-collapse: collapse;">
          to
        </th>
        <th style="color: #00ffff; text-align: center; border-collapse: collapse;">
          the last syllable of recorded
        </th>
        <th width="100px" style="color: #fffff5; text-align: center;">
          time</th>
      </tr>
    </thead>
    <tbody>

      <tr>
        <td>And</td>
        <td>all our <i>yesterdays have lighted</i></td>
        <td class="cell1">fools</td>
      </tr>
      <tr>
        <td>the</td>
        <td><span class="blu">way to</span><br>
          dusty death.
        </td>
        <td>Out! Out!<br>
          brief<br>
          candle
        </td>
      </tr>
  </table>

  <div class="notes">
    Life&rsquo;s but a walking shadow,
    <br>
    <br>
    a poor player that struts and frets his hour upon the stage
    <br>
    <br>
    and then is heard no more.
    <br>
    <br>
  </div>

</body>

</html>
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.