We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"
} .img-info { width: 100%; } .flex-sec { flex-wrap: wrap; } } @media (min-width:320px) and (max-width: 1200px) { .fortiva-maintanace__bg { margin: 20px; } } </style> <body> <!-- fortiva maintanace section start --> <section class="fortiva-maintanace"> <div class="fortiva-maintanace__bg"> <div> <img src="assets/images/fortiva-logo.png" class="logo"> </div> <div class="flex-sec"> <div class="bg-info"> <h5>Well this is awkward! <br> <b> We’re working on something awesome, but didn’t mean for you to see this part of it.</b></h5> <h6>For now, feel free to explore <b> aspire.com </b></h6> </div> <div class="img-info"> <img src="assets/images/fortiva-img.png"> </div> </div> </div> </section> <!-- fortiva maintanace section end --> </body>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
"
<title>Fortiva Maintenance</title> <style> body { font-family: 'Poppins', sans-serif; } .fortiva-maintanace__bg { max-width: 1140px; margin: auto; padding-top: 35px; } .logo { width: 150px; object-fit: cover; object-position: center; } .flex-sec { display: flex; margin-top: 15px; } .bg-info { width: 35%; padding-right: 25px; margin: auto; } .img-info { width: 65%; margin: auto; } .img-info img { width: 100%; height:450px; object-position: center; object-fit: contain; } .bg-info h5 { color: #6d6e71; font-size: 1.65rem; font-weight: 400; margin-bottom: 0px; margin-top: 0px; line-height: 35px; } .bg-info h6 { color: #6d6e71; font-size: 1.50rem; font-weight: 400; line-height: 30px; margin-bottom: 0px; margin-top: 30px; } @media (min-width: 320px) and (max-width: 767px) { .bg-info { width: 100%;The text was updated successfully, but these errors were encountered: