Skip to content

Commit

Permalink
Add grid
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmahwash authored Mar 18, 2024
1 parent be7340b commit b606ed1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ <h4>Lets have some fun!</h4>


<!-- <h5>Write your name in your favorite color</h5> -->

<div class="grid-container">
<p class="group_name">Activity 1</p>
<p class="group_name">Activity 2</p>
<p class="group_name">Activity 3</p>
<p class="group_name">Activity 4</p>

</div>


</body>
Expand Down
4 changes: 4 additions & 0 deletions my_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ h4 {
.group_name{
color: rgb(26, 125, 216);
}
.grid-container {
display: grid;

}

0 comments on commit b606ed1

Please sign in to comment.