| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- *{
- margin: auto;
- }
- body {
- margin: 0px;
- padding: 0px;
- height: 100%;
- }
- img{
- max-width: 100%;
- }
- footer{
- background-color: rgb(84, 84, 84);
- width: 100%;
- height: 5%;
- position: fixed;
- bottom: 0px;
- display: flex;
- }
- .top-menu{
- border-bottom: 2px solid;
- border-color: rgb(125, 125, 125);
- width: 100%;
- }
- .top-menu-button-div{
- background-color: rgb(89, 205, 18);
- margin: 0.2%;
- padding: 0.5%;
- border-radius: 5px;
- text-align: center;
- width: 10%;
- float: right;
- overflow: hidden;
- font-size: 1em;
- font-family: 'Helvetica Neue', Helvetica;
- white-space: nowrap;
- text-decoration: none;
- text-shadow: 1px 1px rgb(143, 143, 143);
- color: rgb(255, 255, 255);
- }
- .top-menu-button-div:hover{
- color: rgb(0, 0, 0);
- }
- .footer-div{
- font-family: Helvetica;
- font-size: 0.9em;
- color: white;
- text-align: center;
- }
- #top-menu-div-buttons{
- width: 79%;
- display: inline-block;
- vertical-align: bottom;
- }
- #top-menu-h1-div{
- vertical-align: bottom;
- display: inline-block;
- width: 20%;
- margin-left: 0.5%;
- }
- #top-icon{
- width: 2em;
- float: right;
- margin-right: 0.5%;
- }
- #top-icon:hover{
- border-bottom: 2px solid black;
- }
- #top-text-logo{
- font-family: monospace;
- }
- #middle-name-web-developer{
- font-family: 'Lucida Console';
- width: 100%;
- margin-top: 3%;
- text-align: center;
- }
- #rounded-middle-image{
- overflow: hidden;
- border-radius: 50%;
- width: 20%;
- right: 0px;
- position: absolute;
- }
- #img-onboard{
- width: 100%;
- height: 500px;
- overflow: hidden;
- }
|