| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- *{
- margin: auto;
- }
- .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);
- }
- #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-github-icon{
- width: 2em;
- float: right;
- margin-right: 0.5%;
- }
- #top-github-icon:hover{
- fill: red;
- }
- #middle-name-web-developer{
- font-family: Lucida Console;
- width: 100%;
- margin-top: 3%;
- text-align: center;
- }
- #img-onboard{
- width: 100%;
- height: 500px;
- background-image: url("../img/mac-on-a-table.jpg");
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-size: cover;
- }
|