Skip to content

Commit 9a3333b

Browse files
authored
Merge pull request #2066 from reshamsai150/heading
fixed the alignment of heading
2 parents 6e38159 + 725e4d7 commit 9a3333b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

assets/css/style.css

+8
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,15 @@ body {
4646
height: 750px;
4747
gap: 2rem;
4848
}
49+
/* container 1 */
50+
h2.h2.section-title.has-underline {
51+
margin-top: 420px;
52+
}
4953

54+
body > main > article > section.section.preview > div > p:nth-child(4){
55+
margin-top:100px;
56+
}
57+
/* ~~~ */
5058
.formform-label,
5159
.form-label {
5260
color: var(--charcoal);

assets/html/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1025,8 +1025,9 @@ <h2 class="h2 section-title has-underline" style="font-family: 'Times New Roman'
10251025
Book Exchange Hub
10261026
<span class="span has-before"></span>
10271027
</h2>
1028-
1028+
<br><br> <br><br>
10291029
<p class="section-text">
1030+
10301031
Connect with fellow readers in our Book Exchange Hub. Sell your old books at half price and give your
10311032
favorite reads a new home. Fill out the form below to get started!
10321033
</p>

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1483,6 +1483,7 @@ <h3 class="h3 card-title">Adventure Fiction</h3>
14831483
<!--Book Exchange Hub-->
14841484
<section class="section preview" aria-label="preview">
14851485
<div class="container1">
1486+
<!-- <br><br><br><br><br> -->
14861487
<h2 class="h2 section-title has-underline">
14871488
Book Exchange Hub
14881489
<span class="span has-before"></span>

0 commit comments

Comments
 (0)