DL with bold definition terms


/ Published in: CSS
Save to your folder(s)

Definition list with bold DTs and DDs tucked underneath.


Copy this code and paste it in your HTML
  1. dl{margin: 0em 0em 1em 0em;}
  2. dl dt{margin-top:1em;font-weight:bold;}
  3. dl dt:first-child{margin-top:0em;}
  4. dl dd{margin:0 0 15px 0;padding-left:0;}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.