View Single Post
  #1 (permalink)  
Old Oct 26th, 2007, 20:24
thewebkid thewebkid is offline
Reputable Member
Join Date: Oct 2007
Location: At my house
Age: 22
Posts: 193
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] Web design class

In my web design class we have to create a web site based on what we have learned in that chapter. They describe the code for us and we have to type it the correct way. I am having a little trouble with this one though: "For the #flags selector, apply the following styles: do not display the element until both margins or clear and horizontally center the elements contents" Can anyone help me with that? My code is #flags { display: none; margin: clear; text-align: center } is this correct? Also when the describe an inline image within a selector is this the proper syntax: #selector img or #selector inline-image
Reply With Quote