Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #192 from kushal7201/task
Browse files Browse the repository at this point in the history
Added link and improved styling
  • Loading branch information
Vishesh-Vijay authored Jan 2, 2024
2 parents 2219b90 + 0dac5f0 commit 0a6a4e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions css/about-section.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
width: 50%;
text-align: left;
font-family: "Kufam", sans-serif;
padding: 40px;
padding-left: 90px
}

#about-section h1 {
Expand All @@ -45,6 +45,7 @@
font-size: 1em;
margin-bottom: 20px;
font-weight: 400;
text-align: justify;
color: #b7e7d9;
}

Expand Down Expand Up @@ -114,7 +115,7 @@
#about-section button {
padding: 5px 10px;
font-size: 1em;
width: 70%;
width: 40%;
margin: auto;
}

Expand Down
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,10 @@
<img src="images/Vector 1.png" alt="Your Logo" />
</div>
<div class="content">
<h1>30-days long Open Source fiesta by IIIT Allahabad</h1>
<button>Get Started</button>
<h1>30-days long Open Source fiesta by IIIT Allahabad </h1>
<a href="https://opencodeiiita.github.io/">
<button>Get Started</button>
</a>
</div>
</div>
<button id="moveToTop">
Expand Down

0 comments on commit 0a6a4e7

Please sign in to comment.