Layout 3: Westin Bonaventure Hotel

Today’s layout is of the iconic downtown hotel, the Bonaventure.

The Westin Bonaventure Hotel and Suites is a 367-foot (112 m), 35-story hotel in Los Angeles, California, constructed between 1974 and 1976. Designed by architect John C. Portman, Jr., it is the largest hotel in the city.

It has been featured in other movies and television series over the years including: Interstellar, Strange Days, Buck Rogers in the 25th Century (as part of the city of New Chicago), Blue Thunder, It's a Living, L.A. Law, Breathless, Matlock, This Is Spinal Tap, Hit the Booty Do, Nick of Time, Midnight Madness, Showtime, Hard to Kill, The Lincoln Lawyer, Chuck, Xanadu, Moby Dick, The Fantastic Journey and was destroyed (via special effects) in Escape from LA, Epicenter, and San Andreas.

Check out Layout 3

  <style type="text/css">
    body {
      display: grid;
      grid-template-columns: 2fr repeat(3, 1fr) 100px;
      grid-gap: 10px;
      margin: 0;
      padding: 0;
      min-height: 100vh;
    }

    img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .e-content {
      align-self: end;
      font-family: 'Playfair Display', serif;
      grid-column: 2 / 4;
      padding: 0.5em;

    }

    .color-bar {
      background-color: #6ba0fe;
      grid-column: 5;
    }
  </style>

Tagged with


← Previous Layout 2: DTLA The Park Layout 4: Santa Monica Pier Next →