MP7
This commit is contained in:
@@ -29,7 +29,7 @@ nav {
|
||||
padding: 0;
|
||||
font-size: 120%;
|
||||
text-align: center;
|
||||
//text-decoration: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
@@ -44,6 +44,7 @@ nav li {
|
||||
|
||||
nav a:link, a:visited {
|
||||
color: #344873;
|
||||
text-decoration: none;
|
||||
}
|
||||
nav :hover {
|
||||
color: #A52A2A;
|
||||
@@ -92,12 +93,20 @@ img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
# Classes and ids
|
||||
/* Classes and ids */
|
||||
.resort {
|
||||
color: #1976D2;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.text {
|
||||
text-align: left;
|
||||
padding: unset;
|
||||
/* border: none ; */
|
||||
}
|
||||
:nth-of-type {
|
||||
background-color: #F5FAFC;
|
||||
}
|
||||
#contact { font-size: 90%}
|
||||
|
||||
#homehero {
|
||||
@@ -141,30 +150,24 @@ img {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
/*
|
||||
table {
|
||||
border: 0px;
|
||||
}
|
||||
*/
|
||||
nav li {
|
||||
box-shadow: 1px 1px 1px blue;
|
||||
//font-size: 0.5em;
|
||||
}
|
||||
/* Table */
|
||||
|
||||
table { border: 2px solid #39c;
|
||||
border-collapse: collapse;
|
||||
table {
|
||||
border: 2px solid #3399CC;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table td th {
|
||||
table td, th {
|
||||
padding: 0.5em;
|
||||
border: 2px solid #39c;
|
||||
border: 2px solid #3399CC;
|
||||
}
|
||||
table td {
|
||||
text-align: center;
|
||||
}
|
||||
.text { text-align: left;}
|
||||
tr:nth-of-type(odd) { background-color: #F5FAFC;}
|
||||
/*Medium Styles */
|
||||
nav li {
|
||||
box-shadow: 1px 1px 1px blue;
|
||||
//font-size: 0.5em;
|
||||
}
|
||||
|
||||
// Medium Styles
|
||||
|
||||
@media (min-width: 600px) {
|
||||
nav ul {
|
||||
|
Reference in New Issue
Block a user