Forums

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

Home Forums CSS dl dt styling Reply To: dl dt styling

#170523
Atelierbram
Participant

vertical-align: top;


dl dt {
  width: 100px;
  vertical-align: top;
}