.grid__wrapper
  .callout__top
    .top
      p 50 years of advertising
      p Penelope Dullaghan
      p Danny Clinch
    .bottom
      p yU+co
      p Colorado posters exhibit
      .special__orange
        p Advertising Annual 50
    
  .site-title
    h1 Communication Arts
    h2 50<span>th</span> Anniversary
    
  .text.text-1
    h3 Advertising
  .text.text-2
    h3 Annual
  .text.text-3
    h3 50
  .text.text-4
    p January/February 2010
    p Twenty-Four Dollars (U.S.)
    p www.commarts.com
  .image.image-1
  .image.image-2
  .image.image-3
  .image.image-4
  .image.image-5
  .image.image-6
  .image.image-7
  .image.image-8
  .image.image-9
  .image.image-10
  
View Compiled
body
  max-width: 1200px
  margin: 0 auto
  margin-bottom: 3em

ul
  list-style: none
  padding-left: 0
  margin: -.5em

.grid__wrapper
  display: grid
  grid-template-columns: repeat(12, auto)
  grid-template-rows: auto
  width: 1180px
  
.callout__top
  text-transform: uppercase
  grid-column: 1 / -1
  grid-row: 1
  margin: 20px auto 10px
  display: flex
  flex-direction: column
  align-items: center
  font-size: 2.2em
  font-family: 'Yantramanav', sans-serif
  font-weight: 300
  color: rgba(black, 0.5)
      
.top,
.bottom
  width: 100%
  display: flex
  justify-content: space-around
  
  p
    margin: 0
    padding: 0
    margin: 0 10px

.bottom
  p
    margin: -23px 0
    
  .special__orange
    color: #FF5722
    font-weight: 900
  
.site-title
  grid-column: 1 / -1
  grid-row: 2
  position: relative 
  
  h1
    font-family: 'Dorsa', sans-serif
    font-size: 19em
    font-weight: 400
    margin: 0
    letter-spacing: 5px
    text-align: center
    color: #333
    
  h2
    position: absolute
    top: 0
    font-size: 1.2em
    font-family: 'Yantramanav', sans-serif
    font-weight: 300
    text-transform: uppercase
    margin-top: 3em
    margin-left: 5.8em
    letter-spacing: 15px
    color: #444
    
    span
      vertical-align: super
      font-size: .5em
      letter-spacing: 10px

.image-1
  background:
    image: url(https://unsplash.it/1500?image=900)
    size: cover
    position: center
  height: 300px
  grid-column: 1 / span 2
  grid-row: 3 / 5
  
.image-2
  background:
    image: url(https://unsplash.it/1500?image=923)
    size: cover
    position: center
  height: 300px
  grid-column: 3 / span 3
  grid-row: 3 / 5
  
.image-3
  background:
    image: url(https://unsplash.it/1500?image=902)
    size: cover
    position: center
  height: 300px
  grid-column: 6 / span 8
  grid-row: 3 / 5
  
.text
  color: white
  text-transform: uppercase
  // z-index: 10
  font-family: 'Yantramanav', sans-serif
  font-weight: 900
  
.text-1
  grid-column: 1 / span all
  grid-row: 4
  align-self: end
  font-size: 10em
  margin: 0
  padding: 0
  text-align: center
  z-index: 7
  
  h3
    margin: 0
    margin-bottom: -67px
    padding: 0
  
.image-4
  background:
    image: url(https://unsplash.it/1500?image=911)
    size: cover
    position: center
  height: 119px
  grid-column: 1 / span all
  grid-row: 5
  z-index: 8
  
.text-2
  grid-column: 1 / span all
  grid-row: 5 / span 2
  font-size: 10em
  z-index: 10
  
  h3
    font-weight: 300
    margin: 0
    margin-top: -57px
    padding: 0
    
.text-3
  grid-column: 1 / span all
  grid-row: 5 / span 3
  font-size: 25em
  justify-self: end
  z-index: 10
  
  h3
    font-weight: 900
    margin: 0
    margin-top: -140px
    padding: 0
    margin-right: -25px
    
.image-5
  background:
    image: url(https://unsplash.it/1500?image=916)
    size: cover
    position: bottom
  height: 210px
  grid-column: 1 / span all
  grid-row: 6
  margin: 10px 0
  
.image-6
  background:
    image: url(https://unsplash.it/1500?image=923)
    size: cover
    position: center
  height: 150px
  grid-column: 1 / span 3
  grid-row: 7
  margin: 0 5px 0 0
  
.image-7
  background:
    image: url(https://unsplash.it/1500?image=925)
    size: cover
    position: center
  height: 150px
  grid-column: 4 / span 3
  grid-row: 7
  margin: 0 5px 0
  
.image-8
  background:
    image: url(https://unsplash.it/1500?image=927)
    size: cover
    position: center
  height: 150px
  grid-column: 7 / span 4
  grid-row: 7
  margin: 0 5px 0
  
.image-9
  background:
    image: url(https://unsplash.it/1500?image=929)
    size: cover
    position: center
  height: 150px
  grid-column: 11 / span 3
  grid-row: 7
  margin: 0 0 0 5px
  
.text-4
  grid-column: 1 / -1
  grid-row: 8
  color: #444
  font-weight: 300
  display: flex
  flex-direction: column
  align-items: flex-end
  padding: 2em
  font-size: .9em
  text-transform: capitalize
  
  p
    margin: 0
    padding: 0
    margin: 3px 0
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.