DEV Community

Cover image for HELP ME
M.Salman
M.Salman

Posted on

HELP ME

i want space in center of both boxes without disturbing the alignment of boxes

my code
<!doctype html>




Bootstrap demo
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<div class=" container-fluid">
    <div class="col-3">
        <div class="one">
            <div class="">
                <div class="form-group">

                    <input type="text" class="form-control my-3" id="inputField" placeholder="John etc.....">
                </div>
                <div class="form-group">

                    <select class="form-control" id="dropdown">
                        <option value="">Class</option>
                        <option value="option1">1-5</option>
                        <option value="option2">5-7</option>
                        <option value="option3">9-10</option>
                    </select>
                </div>
            </div>
        </div>
        <div class="two">
            <div class="row">

                <div class="col-6 ok">
                    <h3>salman</h3>
                    <h3>salman</h3>
                </div>
                <div class="col-6 ok">
                    <h3>salman</h3>
                    <h3>salman</h3>
                </div>


            </div>
        </div>
    </div>
    <div class="col-9"></div>

</div>


<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
    integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
    crossorigin="anonymous"></script>
Enter fullscreen mode Exit fullscreen mode

Top comments (1)

Collapse
 
softwaredeveloping profile image
FrontEndWebDeveloping

Hey @msalman12345 ! I can help you but you must provide your CSS. If you like we can discuss this on my Discord server, or here. Whichever works! Thanks for reaching out. 😊