(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | |||
+ | /*Navigation bar styling*/ | ||
+ | .topnav { | ||
+ | background-color: white; | ||
+ | overflow: hidden; | ||
+ | left: 0; | ||
+ | right: 0; | ||
+ | height: 150px; | ||
+ | padding-right: 15px; | ||
+ | } | ||
+ | /* Style the links inside the navigation bar */ | ||
+ | |||
+ | .topnav a { | ||
+ | float: left; | ||
+ | display: block; | ||
+ | color: rgb(44, 166, 226); | ||
+ | text-align: center; | ||
+ | padding: 16px; | ||
+ | text-decoration: none; | ||
+ | font-size: 17px; | ||
+ | width: 11%; | ||
+ | position: relative; | ||
+ | |||
+ | } | ||
+ | |||
+ | /*Center the navbar elements with words*/ | ||
+ | #centered{ | ||
+ | top:76px; | ||
+ | } | ||
+ | /* Change the color of links on hover */ | ||
+ | |||
+ | .topnav a:hover { | ||
+ | background-color: rgb(44, 166, 226); | ||
+ | color: white; | ||
+ | } | ||
+ | /* Hide the link that should open and close the topnav on small screens */ | ||
+ | |||
+ | .topnav .icon { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /*Back to the top button styling*/ | ||
+ | #myBtn{ | ||
+ | display: none; /* Hidden by default */ | ||
+ | position: fixed; /* Fixed/sticky position */ | ||
+ | /* Place the button at the bottom of the page */ | ||
+ | bottom: 0px; | ||
+ | left: 0px; | ||
+ | z-index: 99; /* Make sure it does not overlap */ | ||
+ | border: none; /* Remove borders */ | ||
+ | outline: none; /* Remove outline */ | ||
+ | background-color: rgb(44, 166, 226); /* Set a background color */ | ||
+ | color: white; /* Text color */ | ||
+ | cursor: pointer; /* Add a mouse pointer on hover */ | ||
+ | padding: 15px; /* Some padding */ | ||
+ | border-radius: 10px; /* Rounded corners */ | ||
+ | } | ||
+ | |||
+ | #myBtn:hover { | ||
+ | background-color: #555; /* Add a dark-grey background on hover */ | ||
+ | } | ||
+ | |||
+ | #teamHeading h2{ | ||
+ | top: -100px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | /*================================================================================*/ | ||
+ | .image_wrap{ | ||
+ | |||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | |||
+ | } | ||
+ | h2 { | ||
+ | position: absolute; | ||
+ | top: 200px; | ||
+ | left: 0; | ||
+ | width: 100%; | ||
+ | } | ||
#home_logo, #sideMenu { display:none; } | #home_logo, #sideMenu { display:none; } | ||
Line 146: | Line 227: | ||
} | } | ||
− | + | ||
− | + | lnr-envelope{ | |
+ | color:white; | ||
+ | font-size:10px; | ||
+ | } | ||
#menu-icon .lnr-home { | #menu-icon .lnr-home { | ||
position:absolute; | position:absolute; | ||
− | left:1. | + | left:1.4cm; |
top:1px; | top:1px; | ||
color: #0F52BA; | color: #0F52BA; | ||
Line 161: | Line 245: | ||
#menu-icon .lnr-rocket { | #menu-icon .lnr-rocket { | ||
position: absolute; | position: absolute; | ||
− | left: | + | left:5.3cm; |
top:1px; | top:1px; | ||
color: #0F52BA; | color: #0F52BA; | ||
Line 173: | Line 257: | ||
#menu-icon .lnr-users { | #menu-icon .lnr-users { | ||
position: absolute; | position: absolute; | ||
− | left:9. | + | left:9.3cm; |
top:1px; | top:1px; | ||
color: #0F52BA; | color: #0F52BA; | ||
Line 184: | Line 268: | ||
#menu-icon .lnr-cog { | #menu-icon .lnr-cog { | ||
position: absolute; | position: absolute; | ||
− | left: | + | left:13.3cm; |
top:1px; | top:1px; | ||
color: #0F52BA; | color: #0F52BA; | ||
Line 195: | Line 279: | ||
#menu-icon .lnr-drop { | #menu-icon .lnr-drop { | ||
position:absolute; | position:absolute; | ||
− | left: | + | left:17.2cm; |
top:1px; | top:1px; | ||
color: #0F52BA; | color: #0F52BA; |
Latest revision as of 17:30, 29 July 2017