Final Project Code
Final Project Code
nav ul li {
list-style-image: url("IMG_6101.JPG");
float: left;
margin: 0;
vertical-align: left;
resize: 0.2px;
}
nav ul li img {
resize: 0.2px;
padding: 0.2px;
height: 0.2px;
width: 0.2px;
}
nav a {
text-decoration: none; /* turns off underlining on links within nav bar
*/
}
article { /* adjust as needed to separate one article from
next */
margin: 1em;
}
#hotelfig { /* add borders and margin to your hotel image here
*/
float: right;
}
#hotelfig img {
padding: 2px;
border: 1px solid pink;
background-color: hotpink;
box-shadow: 2px 2px 4px rgba(red, rgb(247, 110, 133), rgb(226, 120, 200),
alpha);
}
#hotelfig figcaption {
font: 85% Arial, sans-serif;
text-align: center;
}
footer { /* adjust as needed */
margin-top: 2em;
text-align: center;
font-size: 85%;
clear: left;
}
#imgsrc {
font: 85% Arial, sans-serif;
}
#main ul li {
list-style-image: url("Picture1.jpg");
resize: 0.5px;
float: left;
padding: 3px;
margin: 0;
vertical-align: left;
}
#main ul li img {
resize: 0.3px;
padding: 0.2px;
height: 0.2px;
width: 0.1px
}
body {
margin: 0;
padding: 0;
float: left;
}
#pagewrap {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
column-count: 3;
}
#pagewrap >* {
padding: 10px;
box-sizing: border-box;
}
header {
flex: 1 1 100%;
height: 150px;
background: beige;
}
footer {
flex: 1 1 100%;
height: 130px;
text-align: center;
background: lightsteelblue;
}
nav {
flex: 2 2 16%;
background: floralwhite;
}
#main {
flex: 7 7 56%;
background: aliceblue;
float: left;
margin: left;
}
#testimonials {
flex: 3 3 24%;
background: azure;
}
#into {
padding: right;
margin: right;
}
h2 {
padding: right;
margin: right;
}