My Bootstrap code uses the container-fluid
class for a full-width container, but the two columns I added are not aligned as intended...
I wanted one column on the right and the other on the very left, but they are not displaying correctly. Can anyone help with this?
.test-shine {
background: url('https://i.pinimg.com/474x/01/88/dc/0188dc41881e0e410b5375cdead5f49a.jpg');
background-repeat: no-repeat;
height: 500px;
overflow: hidden;
display: inline-block;
}
<!--<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>-->
<link rel="icon" type="image/png" href="./assets/images/letket-creative-logo.png" />
<title>Digital Group</title>
<link rel="apple-touch-icon" href="./assets/images/footerlogo.png">
<link href="assets/css/style.css" rel="stylesheet" />
<link href="https://unpkg.com/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7c1d130f3c4e524f524d">[email protected]</a>/dist/aos.css" rel="stylesheet">
<!--<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval' http://www.google.com">-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="d8bab7b7acabacaab9a898ecf6e9f6eb">[email protected]</a>/dist/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</section>
<div class="container-fluid">
<div class=" firstSection">
<div class="row mt-5" >
<div class="col firstBlockText">
<h4> Welcom To DigitalGroup</h4>
<h1>About Digital Group </h1>
<div class="row-hr">
<hr class="dot-hr">
<hr>
</div>
<p> <b> </b>offering digital and technology
investments that deliver sustainable growth yet place equal value on small and large
enterprises.
<br><br><br>
<b>Since 2012,</b> we’re the creator company that produce digital segments. Our success has
brought
all the digital aspects into one template of DIGITAL GROUP, relying on a team of intelligent,
experienced, and specialists in Digital Architecture, Digital Marketing, and Digital e-commerce.
</p>
<a class="btn btn-outline-dark btn-lg" data-aos="fade-up" data-aos-duration="900" href="about.html">
Read more >>
</a>
</div>
<div class="col test-shine">
</div>
</div>
</div>
</div>