Click here to Skip to main content
15,884,933 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello  First of all, I apologize for my language  How to put a photo and a demon with Bootstrap so that the photo on the left has no margin and is completely on the left side of the screen   And the next question  Is it possible that they are not together before the tablet mode, ie the photo is at the bottom and the demon is at the top of the photo?


What I have tried:

<section class="text-end d-flex align-items-center d-block">
    <div class="w-50 container-fluid">
        <div class="container-fluid text-end">
            <div class="row">
                <div class="col-md-4">
                    <h1>Heading</h1>
                    <p>Paragraph</p><button class="btn btn-primary" type="button">Button</button>
                </div>
            </div>
        </div>
    </div>
    <div class="d-block d">
        <picture><img class="img-fluid" src="sincerely-media-_-hjiem-1.png" style="width: 553.922px;height: 593.953px;margin-left: 0px;margin-right: 0px;" width="60%" /></picture>
    </div>
</section>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900