Skip to content

Commit

Permalink
Ice Cream
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanKishore committed Jul 16, 2024
1 parent da6bc9f commit 02e7eaa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ <h2>Aman Kishore</h2>
<div id="articles">
<h3>Thoughts</h3>
<div class="article-list">
<div class="article-item">
<a href="icecream.html" class="article-title">Ice Cream</a>: Probably the reason I'll never cut out sugar and it has nothing to do with the taste.
</div>
<div class="article-item">
<a href="slope.html" class="article-title">Slope</a>: Give me 2 minutes to convince you that every decision should be made by measuring the slope.
</div>
Expand Down
10 changes: 10 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ a:hover {
height: 30px;
margin-right: 10px;
}

.article-list {
display: flex;
flex-direction: column;
gap: 20px;
}

.article-item {
margin-bottom: 10px;
}

0 comments on commit 02e7eaa

Please sign in to comment.