Jump to content

SandySynaptik

Members
  • Posts

    100
  • Joined

  • Last visited

About SandySynaptik

  • Birthday 10/12/1996

Previous Fields

  • Languages
    (X)HTML, CSS, JavaScript, PHP,

Contact Methods

  • ICQ
    0
  • Yahoo
    sandysynaptik@rocketmail.com

Profile Information

  • Location
    In Front of my PC
  • Interests
    Web Development, Web Designing..

SandySynaptik's Achievements

Member

Member (2/7)

6

Reputation

  1. Is it important to define body element first before defining div elements? like: body { background : #123456;} #div1 { foo: bar;} or is it also valid if div element is written first, like: #div1 { foo: bar;} body { background : #123456;}
×
×
  • Create New...