"About page section design "
Bootstrap 4.1.1 Snippet by Naveen Mandwariya

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="https://fonts.googleapis.com/css?family=Concert+One|Poppins&display=swap" rel="stylesheet"> <section class="about-section"> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="about-image clearfix"> <div class="single-image float-left"> <img src="https://i.ibb.co/Z89vbqS/2.jpg" alt=""> </div> <div class="single-image image-tow float-right"> <img src="https://i.ibb.co/vvM7myx/Untitled-1.jpg" alt=""> </div> </div> </div> <div class="col-lg-6"> <div class="about-content"> <h3> Welcome to our Company name </h3> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p> <br> <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p> <br><br> <a class="main-btn mt-25 m4" href="#">Learn More <i class="fas fa-arrow-right"></i></a> </div> </div> </div> </div> </section>
.about-section{ padding-top:40px; } .about-image { position: relative; } .about-image::before { position: absolute; content: ''; background-image: url(https://i.ibb.co/d6KQxz0/dots.jpg); background-position: center center; background-size: 100%; width: 375px; height: 350px; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: -1; } .about-image .single-image { width: 360px; } .float-left { float: left; } .about-image .single-image img { width: 100%; } .about-image .single-image.image-tow { margin-top: -200px; position: relative; z-index: 5; } .about-image .single-image { width: 360px; } .float-right { float: right; } .about-content h3{ color:#333; font-family: 'Poppins', sans-serif; padding-bottom:10px; } .about-content p{ margin-bottom: 0px; line-height: 28px; letter-spacing: 0.5px; color: #646464; font-family: 'Poppins', sans-serif; } .main-btn { display: inline-block; font-weight: 600; text-align: center; border: 1px solid #eb3656; padding: 0 30px; line-height: 48px; color: #fff; transition: all .8s ease-out 0s; background-color: #eb3656; letter-spacing: 2px; text-transform: uppercase; text-decoration:none; } .main-btn:hover{ background:#333; color:#fff; border-color:#333; transition: all .8s ease-out 0s; text-decoration:none; }

Related: See More


Questions / Comments: