Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Emil Abbasov• 150

    @caretaker03

    Posted

    Hello, there! Here is some improvements for your css code.

    1. To center a div add this code to your body tag
      • display: flex; justify-content: center; align-items: center; min-width: 100vh; overflow: hidden;
    2. Add font-weight to <h4 class="mb-3">Equilibrium #3429</h4>.

    Marked as helpful

    0