My background color wasn’t working with my opacity
When i tried to put a opacity more black in my background for html css that doesn’t work and i asked gpt, also don’t know or giving wrong codes.
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” style=”height:300px”> <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 alert-danger” role=”alert”> {{ username_error }} </div> {% endif %} <div class=”mb-3″> <input type=”password” class=”form-control” […]
How can i make the body occupy the entire screen?
enter image description here
It’s all about CSS
Greetings!! I am new to learning front-end development, and I watched tutorials on YouTube and took it as a subject in college, but I am still struggling a bit with the code, Especially with CSS. Despite my imagination and detailed blueprints, I feel lost while I’m trying to implement the code. I tried to re-watch […]
How can I insert a form upload img in col-4 by longitudinal
I try to put a form upload imgage for user img example
how do i position text over an image using css?
I’ve been trying to place text on top of an image for my webpage and so far here is my code:
html: