Skip to content

Commit

Permalink
hr tag added after every section,phone.css height corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Draxter1891 committed Sep 3, 2022
1 parent c8b33a2 commit f70bdae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions css/phone.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
content:"";
position: absolute;
width: 100%;
height: 727rem;
height: 430.7rem;
z-index: -1;
opacity:0.5;
background:repeating-linear-gradient(45deg, rgb(228, 160, 160), transparent 200px);
Expand All @@ -48,7 +48,6 @@
height: auto;
border: 3px solid aliceblue;
border-radius: 0.5rem;
padding: 19px 5px;
margin: 18px 22px -12px;
}
/* Client Section */
Expand Down
3 changes: 1 addition & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
content:"";
position: absolute;
width: 100%;
height: 727rem;
height: 732rem;
z-index: -1;
opacity:0.5;
background:repeating-radial-gradient(rgb(146, 163, 185), transparent 100px);
Expand All @@ -144,7 +144,6 @@
height: 569px;
margin: auto;
display:block;
padding: 12px 8px;
border: 2px solid aliceblue;
border-radius: 1rem;
}
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2 class="h-secondary center">Image 13</h2>
<p class="img-p">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quidem culpa, eum ducimus architecto eius totam harum iste amet quisquam minima? ipsum dolor sit amet consectetur adipisicing elit. Explicabo dignissimos nihil quas quo molestiae quos, veniam in corporis, soluta quisquam modi similique officiis ex et!</p>
</div>
</div>
</section>
</section><hr>

<section id="client-section">
<h1 class="h-primary center">Sources</h1>
Expand All @@ -116,7 +116,7 @@ <h1 class="h-primary center">Sources</h1>
<img src="https://i.pinimg.com/originals/d3/b2/19/d3b219c02cd315bd7c2ce791cd6ff132.png" alt="">
</div>
</div>
</section>
</section><hr>
<section id="contact">
<h1 class="h-primary center">Contact Me</h1>
<div id="contact-box">
Expand Down

0 comments on commit f70bdae

Please sign in to comment.