Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background-color: rgb(226, 222, 222);
- }
- .header {
- position: fixed;
- height: 100px;
- width: 100%;
- left: 0;
- top: 0;
- background-color: rgb(204, 31, 0);
- }
- .titlemain {
- font-size: 4vw;
- text-align: center;
- padding-top: 1.5%;
- margin-block-start: 0;
- margin-block-end: 0;
- margin-inline-start: 0;
- margin-inline-end: 0;
- }
- /* Right drop down menu */
- .dropbtn {
- background-color: #4CAF50;
- color: white;
- padding: 16px;
- font-size: 16px;
- border: none;
- cursor: pointer;
- }
- .dropbtn:hover, .dropbtn:focus {
- background-color: #3e8e41;
- }
- .dropdown {
- float: right;
- padding-top: 1.25%;
- position: relative;
- }
- .dropdown-content {
- display: none;
- position: absolute;
- background-color: #f1f1f1;
- min-width: 160px;
- overflow: auto;
- box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
- right: 0;
- z-index: 1;
- }
- .dropdown-content a {
- color: black;
- padding: 12px 16px;
- text-decoration: none;
- display: block;
- }
- .dropdown a:hover {
- background-color: #ddd;
- }
- .show {
- display: block;
- }
- /* END */
- .icons{
- padding: 10% 0 0 45%;
- font-size: 50px;
- color: blue;
- }
- .reviews { /* Left box */
- position: fixed;
- height: 50%;
- width: 15%;
- left: 5%;
- top: 25%;
- background-color: rgb(204, 31, 0);
- }
- .map { /* Right box */
- position: fixed;
- height: 50%;
- width: 15%;
- left: 80%;
- top: 25%;
- background-color: rgb(204, 31, 0);
- }
- .slideshow { /* Middle box */
- position: fixed;
- height: 300px;
- width: 50%;
- left: 25%;
- top: 35%;
- background-color: rgb(204, 31, 0);
- }
- .footer {
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- background-color: rgb(204, 31, 0);
- color: white;
- text-align: center;
- }
- .footer a{
- color: white;
- text-decoration:none; /* Used to remove underscore from link */
- }
Advertisement
Add Comment
Please, Sign In to add comment