Skip to content

Commit

Permalink
styled text in third panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Usama4745 committed Mar 28, 2021
1 parent 1c0a517 commit 095c47b
Showing 1 changed file with 47 additions and 8 deletions.
55 changes: 47 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@
}

.second-panel-image {
margin-top: -693px;
margin-left: 1033px;
top: 1%;
right: -336px;
width: 1201px;
}

Expand Down Expand Up @@ -229,19 +229,44 @@

.phone-svg {
position: absolute;
margin-top: -29%;
top: -94%;
}

.circle-svg {
position: absolute;
margin-top: -28%;
left: -14%;
top: -127%;
margin-left: -241px;
}

.third-panel-gap {
margin-left: 150px;
margin-right: 150px;
}

.third-title {
color: white;
font-size: 45px;
}

.third-text {
color: white;
font-size: 15px;
line-height: 2;
}

.side-text {
position: absolute;
width: 100%;
display: table;
margin: inherit;
}

.margin-third-text {
margin-top: 15px;
}
.third-title-container{
margin-top: 15px;
}
</style>
</head>

Expand Down Expand Up @@ -328,17 +353,31 @@
<img class="second-panel-image" style="position: absolute;" src="images/illustration-editor-desktop.svg">
</div>
<div class="third-container">
<div class="side-text">
<div class="third-title-container row">
<div class="col-md-6"></div>
<div class="third-title col-md-6">
State of the Art Infrastructure
</div>
</div>
<div class="row margin-third-text">
<div class="col-md-6"></div>
<div class="third-text col-md-4">
With reliability and speed in mind, worldwide data centers provide the backbone for ultra-fast
connectivity.
This ensures your site will load instantly, no matter where your readers are, keeping your site
competitive.
</div>
</div>
</div>
<div class="circle-container">
<img class="circle-svg" src="images/bg-pattern-circles.svg">
</div>
<div class="third-panel-gap third-absolute-container">
<div class="inside-third-container">

</div>
<img class="phone-svg" src="images/illustration-phones.svg">

</div>

</div>
</div>
<!-- Product
Expand Down

0 comments on commit 095c47b

Please sign in to comment.