Question
You are to create your own website that is ready to publish using Dreamweaver.
The website must:
• Have a specific intention
• Entice traffic and worthy of being posted on a website
• Easy navigation and structure
• Should be mobile compliant
• Web/page structure that makes sense
• DW should have at least 6 pages (in the final version)
• DW site should be informational only (no shopping cart or db features)
Solution Preview
These solutions may offer step-by-step problem-solving explanations or good writing examples that include modern styles of formatting and construction of bibliographies out of text citations and references. Students may use these solutions for personal skill-building and practice. Unethical use is strictly forbidden.
body{color: #222;
font-family: verdana;
font-size: 14px;
line-height: 1.7;
margin: 0;
padding: 0;
max-width: 1000px;
}
header{
background-color: #0196d6;
background-image: url("image/bg_header.jpg");
background-position: left bottom;
background-repeat: no-repeat;
border-top: 4px solid #000;
color: #ffffff;
height: 95px;
}
#web_title{
float: left;
font-family: Microsoft YaHei,calibri,verdana;
font-size: 34px;
font-weight: normal;
line-height: 36px;
margin: 30px 20px;
position: absolute;
z-index: 1;
}
header a {
color: #ffffff;...
By purchasing this solution you'll be able to access the following files:
Solution.zip.