Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS troubleshooting basic @media queries Reply To: troubleshooting basic @media queries

#240485
bearhead
Participant

You’re missing a bracket at the end of this:

.centerer {
  position: relative;
  /* top: 50%;
  left: 50%;  */
  display: block; 
  width: 104px; 
  height: 142px;
  margin: 0 auto;