style.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. *{
  2. margin: auto;
  3. }
  4. body {
  5. margin: 0px;
  6. padding: 0px;
  7. height: 100%;
  8. }
  9. img{
  10. max-width: 100%;
  11. }
  12. footer{
  13. background-color: rgb(84, 84, 84);
  14. width: 100%;
  15. height: 5%;
  16. position: fixed;
  17. bottom: 0px;
  18. display: flex;
  19. }
  20. .top-menu{
  21. border-bottom: 2px solid;
  22. border-color: rgb(125, 125, 125);
  23. width: 100%;
  24. }
  25. .top-menu-button-div{
  26. background-color: rgb(89, 205, 18);
  27. margin: 0.2%;
  28. padding: 0.5%;
  29. border-radius: 5px;
  30. text-align: center;
  31. width: 10%;
  32. float: right;
  33. overflow: hidden;
  34. font-size: 1em;
  35. font-family: 'Helvetica Neue', Helvetica;
  36. white-space: nowrap;
  37. text-decoration: none;
  38. text-shadow: 1px 1px rgb(143, 143, 143);
  39. color: rgb(255, 255, 255);
  40. }
  41. .top-menu-button-div:hover{
  42. color: rgb(0, 0, 0);
  43. }
  44. .footer-div{
  45. font-family: Helvetica;
  46. font-size: 0.9em;
  47. color: white;
  48. text-align: center;
  49. }
  50. #top-menu-div-buttons{
  51. width: 79%;
  52. display: inline-block;
  53. vertical-align: bottom;
  54. }
  55. #top-menu-h1-div{
  56. vertical-align: bottom;
  57. display: inline-block;
  58. width: 20%;
  59. margin-left: 0.5%;
  60. }
  61. #top-icon{
  62. width: 2em;
  63. float: right;
  64. margin-right: 0.5%;
  65. }
  66. #top-icon:hover{
  67. border-bottom: 2px solid black;
  68. }
  69. #top-text-logo{
  70. font-family: monospace;
  71. }
  72. #middle-name-web-developer{
  73. font-family: 'Lucida Console';
  74. width: 100%;
  75. margin-top: 3%;
  76. text-align: center;
  77. }
  78. #rounded-middle-image{
  79. overflow: hidden;
  80. border-radius: 50%;
  81. right: 0px;
  82. position: absolute;
  83. }
  84. #img-onboard{
  85. width: 100%;
  86. height: 500px;
  87. overflow: hidden;
  88. }