Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

ch10pacific/activities.html Pacific Trails Resort Home Yurts Activities Reservation Activities at Pacific Trials Hiking Pacific Trails Resort has 5 miles of hiking trails and adjacent to a state park....

1 answer below »
ch10pacific/activities.html
Pacific Trails Resort
Home
Yurts
Activities
Reservation
Activities at Pacific Trials
        Hiking
        Pacific Trails Resort has 5 miles of hiking trails and
adjacent
to a state park. Go it alone or join one of our guided hikes.
        Kayaking
        Ocean kayaks are available for guest use.
        Bird Watching
        While anytime is a good time for bird watching at Pacific Trails, we offer guded bird-watching trips
at
sunshine several times a week.
Copyright © 2016 Pacific Trails
Resort
              XXXXXXXXXX
ch10pacific/coast.jpg
ch10pacific/index.html
        
            
                Pacific Trails Resort
            

XXXXXXXXXXHome
XXXXXXXXXXYurts
XXXXXXXXXXActivities
XXXXXXXXXXReservations

XXXXXXXXXXEnjoy Nature in Luxury
        
XXXXXXXXXXPacific Trails Resort offers a special lodging experience on the California
XXXXXXXXXXNorth Coast. Relax in serenity with panoramic views of the Pacific Ocean.
        Private yurts with decks overlooking the ocean
        Activities lodge with fireplace and gift shop
        Nightly fine dining at the Overlook Café
        Heated outdoor pool and whirlpool
        Guided hiking tours of the redwoods

XXXXXXXXXXPacific Trails Resort
XXXXXXXXXX12010 Pacific Trails Road
XXXXXXXXXXZephyr, CA 95555

XXXXXXXXXX XXXXXXXXXX
XXXXXXXXXX XXXXXXXXXX
XXXXXXXXXXCopyright © 2016 Pacific Trails Resort
XXXXXXXXXXjavier@moreno
ch10pacific/pacific.css
*{
box-sizing: border-box;
}
header, main, nav, footer, figure, figcaption, aside, section,
article {
display: block;
}
ody{
        background-color: #B8DBED.;
        color: #666666;
        font-family: Verdana, Arial, sans-serif;
}
header     {
            background-color: #FFFFFF,;
            font-family: Georgia, serif;
            color: #FFFFFF;
XXXXXXXXXXheight: 120px;
XXXXXXXXXXpadding-top: 30px;
XXXXXXXXXXpadding-left: 3em;
        }
nav     {
            font-weight: bold;
            padding: 1.5em;
XXXXXXXXXXfont-size: 120%;
XXXXXXXXXXfloat: left;
XXXXXXXXXXwidth: 160px;
        }
nav ul{
list-style: none;
margin: 0;
padding-left: 0;
font-size: 1.2em;
}
nav a:link{
color: #5C7FA3;
}
nav a:visited{
color: #344873;
}
nav a:hover{
color: #A52A2A;
}
main     {
            display: block;
            padding-left: 20px;
            padding-right: 20px;
XXXXXXXXXXmargin-left: 190px;
XXXXXXXXXXbackground-color: #FFFFFF;
XXXXXXXXXXpadding-left: 30px;
        }
main ul{

}
h1     {
        background-image: url(images/sunset.jpg);
        background-repeat: no-repeat;
        background-position: right center;
        line-height: 200%;
        padding-left: 20px;
        height: 72px;
XXXXXXXXXXfont-size: 3em;
XXXXXXXXXXletter-spacing: 0.25em;
        margin-bottom: 0;
    }
h2     {
        font-family: Georgia, serif;
        color: #3399CC;
    }
h3     {
        color: #000033;
    }
dt     {
        font-weight: bold;
        font-size:20px;
        color: #000033;
    }
.resort {
            font-size: 1.2em;
            color: #000033;
        }
footer     {
            font-size: 0.70em;
            font-style: italic;
            text-align: center;
            padding: 10px;
XXXXXXXXXXmargin-left: 190px;
XXXXXXXXXXbackground-color: #FFFFFF;
        }
#wrapper{
            background-color: #90C7E3;
            margin-left: auto;
            margin-right: auto;
            width: 80%;
            min-width: 700px;
            max-width: 1024px;
            box-shadow: 3px 3px 3px #333;
XXXXXXXXXXborder: solid 1px #000033;
XXXXXXXXXXbackground-image: url(images
ackground.jpg);
}
#homehero     {
                background-image: url(images/coast.jpg);
                background-size: 100% 100%;
                height: 300px;
XXXXXXXXXXmargin-left: 190px;
            }
#yurthero     {
                background-image: url(images/yurt.jpg);
                background-size: 100% 100%;
                height: 300px;
XXXXXXXXXXmargin-left: 190px;
            }
#trailhero     {
                background-image: url(images/trail.jpg);
                background-size: 100% 100%;
                height: 300px;
XXXXXXXXXXmargin-left: 190px;
            }
#mobile{
display: none;
}
#desktop{
display: inline;
}
table{
border: solid 2px #3399CC;
border-collapse: collapse;
}
table td, table th{
padding: 0.5em;
border: solid 2px #3399CC;
}
td{
text-align: center;
}
.text{
text-align: left;
}
tr:nth-of-type(odd){
background-color: #F5FAFC;
}
label{
float: left;
display: block;
text-align: right;
width: 120px;
padding-right: 10px;
}
input, textarea{
display: block;
margin-bottom: 20px;
}
input[type='submit']{
margin-left: 130px;
}
@media only screen and (max-width: 64em) {
body{
XXXXXXXXXXmargin: 0;
XXXXXXXXXXbackground-color: #FFFFFF;
XXXXXXXXXXbackground-color: #FFFFFF;
}
#wrapper{
XXXXXXXXXXmin-width: 0;
XXXXXXXXXXwidth: auto;
XXXXXXXXXXbox-shadow: none;
XXXXXXXXXXborder: none;
}
header{
XXXXXXXXXXpadding-top: 0.5em;
XXXXXXXXXXpadding-bottom: 0.5em;
XXXXXXXXXXpadding-left: 0;
XXXXXXXXXXheight: auto;
}
h1{
XXXXXXXXXXletter-spacing: 0.1em;
}
main{
XXXXXXXXXXmargin-left: 0;
}
nav{
XXXXXXXXXXfloat: none;
XXXXXXXXXXwidth: auto;
XXXXXXXXXXtext-align: center;
XXXXXXXXXXpadding: 0.5em;
}
nav ul li{
XXXXXXXXXXdisplay: inline;
XXXXXXXXXXpadding: 0.25em 0.75em;
}
#homehero, #yurthero, #trailhero{
XXXXXXXXXXmargin: 0;
XXXXXXXXXXheight: 200px;
}
footer{
XXXXXXXXXXmargin-left: 0;
}
}
@media only screen and (max-width: 37.5em) {
main{
XXXXXXXXXXpadding: 0.1em 1em;
XXXXXXXXXXfont-size: 90%;
}
h1{
XXXXXXXXXXfont-size: 2em;
}
nav{
XXXXXXXXXXpadding: 0;
}
nav ul li{
XXXXXXXXXXdisplay: block;
XXXXXXXXXXmargin: 0;
XXXXXXXXXXborder-bottom: solid 2px #330000;
}
nav a{
XXXXXXXXXXdisplay: block;
}
#homehero, #yurthero, #trailhero{
XXXXXXXXXXbackground-image: none;
XXXXXXXXXXheight: 0;
}
#mobile{
XXXXXXXXXXdisplay: inline;
}
#desktop{
XXXXXXXXXXdisplay: none;
}
label {
XXXXXXXXXXfloat: none;
XXXXXXXXXXtext-align: left;
}

input[type="submit"] {
XXXXXXXXXXmargin-left: 0;
}
}
ch10pacific
eservations.html
        
            
                Pacific Trails Resort
            

XXXXXXXXXXHome
XXXXXXXXXXYurts
XXXXXXXXXXActivities
XXXXXXXXXXReservations

XXXXXXXXXXReservations at Pacific Trails
XXXXXXXXXXContact us today
XXXXXXXXXXRequired fields are marked with an asterisk (*)

XXXXXXXXXXFirst Name

XXXXXXXXXXLast Name

XXXXXXXXXXEmail

XXXXXXXXXXPhone

XXXXXXXXXXComments
Answered Same Day Jun 21, 2021

Solution

Neha answered on Jun 24 2021
159 Votes
60886 - html/ch11pacific/activities.html
Pacific Trails Resort
Home
Yurts
Activities
Reservation
Activities at Pacific Trials
        Hiking
        Pacific Trails Resort has 5 miles of hiking trails and
adjacent
to a state park. Go it alone or join one of our guided hikes.
        Kayaking
        Ocean kayaks are available for guest use.
        Bird Watching
        While anytime is a good time for bird watching at Pacific Trails, we offer guded bird-watching trips
at
sunshine several times a week.

                

        

        

        

Copyright © 2016 Pacific Trails
Resort
             [email protected]
60886 - html/ch11pacific/coast.jpg
60886 - html/ch11pacific/index.html
        
            
                Pacific Trails Resort
            

Home
Yurts
Activities
Reservations

Enjoy Nature in Luxury
        
        
        
Pacific Trails Resort offers a special lodging experience on the California
North Coast. Relax in serenity with panoramic views of the Pacific Ocean.
        Private yurts with decks overlooking the ocean
        Activities lodge with fireplace and gift shop
        Nightly fine dining at the Overlook Café
        Heated outdoor pool and whirlpool
        Guided hiking tours of the redwoods

Pacific Trails Resort
12010 Pacific Trails Road
Zephyr, CA 95555

888-555-5555
888-555-5555
Copyright © 2016 Pacific Trails Resort
javier@moreno
60886 - html/ch11pacific/pacific.css
*{
box-sizing: border-box;
}
header, main, nav, footer, figure, figcaption, aside, section,
article {
display: block;
}
ody{
        background-color: #B8DBED.;
        color: #666666;
        font-family: Verdana, Arial, sans-serif;
}
header     {
            background-color: #FFFFFF,;
            font-family: Georgia, serif;
            color: #FFFFFF;
height: 120px;
padding-top: 30px;
padding-left: 3em;
        }
nav     {
            font-weight: bold;
            padding: 1.5em;
font-size: 120%;
float: left;
width: 160px;
        }
nav ul{
    transition: 0.3s ease;
list-style: none;
margin: 0;
padding-left: 0;
font-size: 1.2em;
}
nav a:link{
    transition: 0.3s ease;
color: #5C7FA3;
}
nav a:visited{
    transition: 0.3s ease;
color: #344873;
}
nav a:hover{
    transition: 0.3s ease;
color: #A52A2A;
}
main     {
            display: block;
            padding-left: 20px;
            padding-right: 20px;
margin-left: 190px;
background-color: #FFFFFF;
padding-left: 30px;
        }
main ul{

}
h1     {
        background-image: url(images/sunset.jpg);
        background-repeat: no-repeat;
        background-position: right center;
        line-height: 200%;
        padding-left: 20px;
        height: 72px;
font-size: 3em;
letter-spacing: 0.25em;
        margin-bottom: 0;
    }
h2     {
        font-family: Georgia, serif;
        color: #3399CC;
    }
h3     {
        color: #000033;
    }
dt     {
        font-weight: bold;
        font-size:20px;
        color: #000033;
    }
.resort {
            font-size: 1.2em;
            color: #000033;
        }
footer     {
            font-size: 0.70em;
            font-style: italic;
            text-align: center;
            padding: 10px;
margin-left: 190px;
background-color: #FFFFFF;
        }
#wrapper{
            background-color: #90C7E3;
            margin-left: auto;
            margin-right: auto;
            width: 80%;
            min-width: 700px;
            max-width: 1024px;
            box-shadow: 3px 3px 3px #333;
border: solid 1px #000033;
background-image: url(images
ackground.jpg);
}
#homehero     {
                background-image: url(images/coast.jpg);
                background-size: 100% 100%;
                height: 300px;
margin-left: 190px;
            }
#yurthero     {
                background-image: url(images/yurt.jpg);
                background-size: 100% 100%;
                height: 300px;
margin-left: 190px;
            }
#trailhero     {
                background-image: url(images/trail.jpg);
                background-size: 100% 100%;
                height: 300px;
margin-left: 190px;
            }
#mobile{
display: none;
}
#desktop{
display: inline;
}
table{
border: solid 2px #3399CC;
border-collapse: collapse;
}
table td, table th{
padding: 0.5em;
border: solid 2px #3399CC;
}
td{
text-align: center;
}
.text{
text-align: left;
}
tr:nth-of-type(odd){
background-color: #F5FAFC;
}
label{
float: left;
display: block;
text-align: right;
width: 120px;
padding-right: 10px;
}
input, textarea{
display: block;
margin-bottom: 20px;
}
input[type='submit']{
margin-left: 130px;
}
@media only screen and (max-width: 64em) {
body{
margin: 0;
background-color: #FFFFFF;
background-color: #FFFFFF;
}
#wrapper{
min-width: 0;
width: auto;
box-shadow: none;
border: none;
}
header{
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-left: 0;
height: auto;
}
h1{
letter-spacing: 0.1em;
}
main{
margin-left: 0;
}
nav{
float: none;
width: auto;
text-align: center;
padding: 0.5em;
}
nav ul li{
display: inline;
padding: 0.25em 0.75em;
}
#homehero, #yurthero, #trailhero{
margin: 0;
height: 200px;
}
footer{
margin-left: 0;
}
}
video, embed { float: right; padding-left: 20px; }
.gallery {
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
width: 150px;
}
.gallery:hover {
box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
#gallery...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here