Skip to content

Commit

Permalink
Merge pull request #108 from VenusCh001/main
Browse files Browse the repository at this point in the history
centrally aligned
  • Loading branch information
ayushichoudhary-19 authored Jan 13, 2024
2 parents 403f524 + 678f659 commit b679be1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h3>Backend Development</h3>
<!-- Education Section -->
<section id="education" class="education part">
<div class="container">
<h1>Education</h1>
<h1 id="edu">Education</h1>
<div class="timeline">
<div class="contain left" data-aos="fade-right">
<div class="content">
Expand Down Expand Up @@ -392,7 +392,7 @@ <h1>Certificates</h1>
<!-- FAQ section -->
<section id="faq_section" class="faq">
<div class="container">
<h2>Frequently Asked Questions</h2>
<h2 id="faq">Frequently Asked Questions</h2>
<input type="checkbox" name="detail-one" id="detail-one" />
<details open>
<summary>
Expand Down
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1323,3 +1323,6 @@ ul li:nth-child(even) .circle {
transform: translate(-50%, -50%);
}
}
#project-heading,#edu,#certificate-heading,#faq{
text-align: center;
}

0 comments on commit b679be1

Please sign in to comment.