<!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"> <style> .georgia{ font-family: Georgia, 'Times New Roman', Times, serif; } </style> </head> <body> <div class="py-5"> <div class="container text-center"> <div class="row"> <div class="col-lg-9 col-xl-8 col-xxl-7 mx-auto"> <h1 class="display-4 mb-4 px-md-5 px-lg-0 fw-bold">We bring rapid solutions for your <span class="fst-italic georgia">business</span></h1> <p class="fs-4 mb-5 lead text-secondary">We are creative company that values quality and focuses on establishing long-term relationships with customers.</p> <div> <a class="btn btn-primary px-5 py-3 rounded-pill fw-semibold">See Projects</a> </div> </div> <!-- /column --> </div> <!-- /.row --> <div class="row"> <div class="col-lg-10 col-xl-9 mx-auto"> <img class="img-fluid" src="https://bootstraplily.com/demo/images/Team-work-cuate.svg" alt=""> </div> <!-- /column --> </div> <!-- /.row --> </div> <!-- /.container --> </div> <!-- /section --> </body> </html>