<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Bootstrap header snipp</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"> </head> <body <section class="py-5 bg-success-subtle"> <div class="container py-5"> <div class="row"> <div class="col-lg-6"> <h1 class="display-4 fw-bold pb-2">We bring rapid solutions for your business.</h1> </div> <!-- /column --> <div class="col-lg-6"> <p class="lead fs-3 my-3">We are an award winning branding design agency that strongly believes in the power of creative ideas.</p> <a href="#" class="link-primary link-underline-opacity-0">Learn More</a> </div> <!-- /column --> </div> <!-- /.row --> <div> <figure class="pt-5"><img src="https://source.unsplash.com/wVh5grSMYaY/1400x600" class="rounded-3 img-fluid" alt="" /></figure> </div> </div> <!-- /.container --> </section> <!-- /section --> </body> </html>