Jump to content

CreativHedgehog

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CreativHedgehog's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Also, (maybe not found in w3schools tutorials), you can use \A to insert a linebreak.
  2. Note that dropdowns are like tooltips and have to be used with this code: .content{ display:none; /*code*/ } .container:hover .content{ display:block; /*code*/ }
  3. Note: after is a pseudo-element, and should use '::'.
×
×
  • Create New...