Currently experimenting with bootstrap 4, particularly using col and row. I am attempting to float a section of the contact form to the right side. I have attempted justify-content-end, float: right, and various other styles but none seem to work. As I am new in development, any assistance is greatly appreciated. Thank you for your help! Below is a snippet of my code:
<div class="col-md-3">
<div class="contact-info">
<h2>Contact Us</h2>
<h4>We would love to hear from you !</h4>
</div>
</div>
<style>.col-md-3{background: #EF7F1A; padding: 3%; height: 35em; border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem;} </style>