Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Sample CSS Page Define the body tag: margin-top: 50px; padding: 0; background: back.jpg with no-repeat left top; text-align: justify; font-family: Georgia, Times New Roman, Times,

Sample CSS Page

Define the body tag:

  • margin-top: 50px;
  • padding: 0;
  • background: back.jpg with no-repeat left top;
  • text-align: justify;
  • font-family: Georgia, "Times New Roman", Times, serif;
  • font-size: 12px;
  • color: #270dbf;

Call this banner with:

  • width of a 1000 px
  • height of 100 px
  • background of img1.jpg in the images folder

banner h1 should be created for the text to enter in that banner

padding: 25px 0 0 0;

letter-spacing: -1px;

text-transform: lowercase;

font-weight: bold;

float: left;

font-size: 16 px;

This will be called content

width: 1000px;

margin: 0px auto;

background: #ffffff

column A:

float: right;

width: 440px;

padding: 20px;

column B

float: left;

width: 180px;

padding: 20px 20px 0px 20px

column B h2

font-size: large;

footer

width: 1000px;

margin: 0px auto;

background: #809CDD url(images/footer.jpg) no-repeat left bottom;

banner

menu

column B

column A

footer

footer p

margin: 0px;

padding: 15px 10px;

font-size: smaller;

color: #274690;

Addition to exercise

/** MENU */

menu

width: 1000px;

height: 30px;

margin: 0px auto;

background: url(images/img03.gif) repeat-x left top;

menu ul

margin: 0px;

padding: 0px;

list-style: none;

menu li {

display: inline;

menu a

display: block;

float: left;

padding: 10px;

text-transform: uppercase;

text-decoration: none;

font-size: smaller;

font-weight: bold;

color: #FFFFFF;

Actual Menu Content

Home Products Services About Us Contact Us

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visual Basic Net Database Programming

Authors: Rod Stephens

1st Edition

0789726815, 978-0789726810

More Books

Students also viewed these Databases questions

Question

Evaluate the pros and cons of open-ended and closed questions.

Answered: 1 week ago