Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'selectors'

1423624 - the HTML: css html selectors
  1.                                 <div id="third_container">
  2.                                         <nav>
  3.                                                 <ul>
  4.                                                         <li><a href="">Contact</a></li>
  5.                                                         <li><a href="">Portfolio</a></li>
  6.                                                         <li><a href="">Services</a></li>
  7.                                                         <li><a href="">About me</a></li>
  8.                                                         <li><span id="navselected">Home</span></li>
  9.  
1423616 - CSS :first-child and :last-child: css selectors
  1. #third_container > nav:first-child {
  2.         height: 31px;
  3.         padding-right: 2px;
  4.         margin: 0;
  5.         list-style: none;
  6. }
  7.  
  8. #third_container > nav:first-child li {
  9.  
worth-right
fantasy-obligation