|
[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
|