Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- margin: 0;
- font-family: Arial, sans-serif;
- }
- .navbar {
- background-color: rgba(255, 255, 255, 1);
- padding: 10px 20px;
- color: white;
- display: flex;
- align-items: center;
- position: sticky;
- top: 0;
- z-index: 100;
- box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
- transition: 0.3s;
- opacity: 1;
- }
- .navbar.shrink {
- padding: 0.1px 0.2px;
- opacity: 0.9;
- }
- .logo {
- font-size: 24px;
- }
- .logopicture {
- height: 75%;
- width: 75%;
- }
- .underline-button {
- color: #5ed2f7;
- position: relative;
- overflow: hidden;
- background: none;
- border: 1px dotted #5ed2f7;
- padding: 10px;
- cursor: pointer;
- font-size: 24px;
- text-decoration: none;
- overflow: hidden;
- }
- .underline-button:after {
- content: '';
- display: block;
- position: absolute;
- left: 50%;
- bottom: 0;
- background-color: #5ed2f7;
- height: 3px;
- width: 0;
- transition: width 0.3s ease-out;
- transform: translateX(-50%);
- }
- .underline-button:hover:after {
- width: 100%;
- }
- .welcome {
- text-align: center;
- }
- .ourmission {
- text-align: center;
- font-size: 20px;
- }
- .firstparagraph {
- max-width: 1200px;
- text-align: center;
- padding-left: 360px;
- }
- .textp1 {
- text-align: center;
- font-size: 20px;
- }
- .phone-number {
- font-size: 30px;
- padding-left: 170px;
- color: #5ed2f7;
- }
- .content {
- padding: 20px;
- margin-top: 50px;
- }
- .p1 {
- text-align: center;
- }
- .banner1 {
- width: 100%;
- height: 100%;
- opacity: 95%;
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
- }
- .bannertext {
- position: absolute;
- top: 35%;
- text-align: center;
- padding-left: 10px;
- color: #5ed2f7;
- font-size: 50px;
- text-shadow: 0 5px 10px rgba(0, 0, 0, 1);
- mix-blend-mode: normal;
- opacity: 80%;
- }
- .transparentbackground1 {
- background: rgba(94, 210, 247, 0.15);
- color: #232424;
- }
- .contactHome {
- background: rgba(5, 195, 255, 0.3);
- border: 2px solid #0374ff;
- }
- .bottomlogo {
- height: 15%;
- width: 15%;
- padding-left: 100px;
- padding-top: 30px;
- }
- .end {
- background: #025d7a;
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- justify-content: space-between;
- }
- .bottomlinks {
- display: flex;
- flex-direction: column;
- padding-left: 400px;
- margin-top: -170px;
- }
- .links {
- color: white;
- font-size: 15px;
- text-decoration: none;
- margin-bottom: 0.5px;
- padding: 2.5px;
- }
- .minilogo {
- padding-top: 10px;
- height: 40px;
- width: 40px;
- }
- .bottomcontact {
- position: relative;
- display: flex;
- flex-direction: column;
- margin-left: 675px;
- top: -280px;
- }
- .servicetimes {
- position: relative;
- display: flex;
- flex-direction: column;
- margin-left: 1000px;
- top: -467px;
- }
- .line89 {
- display: flex;
- align-items: center;
- }
- .line89 img {
- width: 35px;
- height: 35px;
- margin-right: 10px;
- }
- .line89 span {
- font-size: 18px;
- color: white;
- }
- .line-104 {
- color: white;
- font-size: 18px;
- text-decoration: dotted;
- padding-bottom: 10px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement