skip to Main Content

Html – [Solved]Having trouble adjusting the height of my card in bootstrap

<div class="card border-dark bg-white text-dark" style="width: 400px; height: auto; margin :10px auto "> <div class="card-header"> <h3>Register to REFILM</h3> </div> <div class="card-body"> <form action="/register" method="post"> <div class="mb-3"> <input autocomplete="off" autofocus type="text" class="form-control" name="username" placeholder="Username"> </div> {% if username_error %} <div class="alert…

VIEW QUESTION

GridView inside a row for Flutter Web

Im trying to put a gridview inside a row for flutter web development, but I got a few errors Another exception was thrown: Vertical viewport was given unbounded height. 36 Another exception was thrown: Assertion failed: file:///C:/dev/flutter/packages/flutter/lib/src/rendering/box.dart:1972:12 Another exception was…

VIEW QUESTION
Back To Top
Search