Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokul-sami committed Sep 11, 2024
1 parent 3dd41b8 commit 51ecc75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Exercise 2/ex2.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
gap: 20px;
}
.popular {
text-align: center;
Expand Down
11 changes: 11 additions & 0 deletions Exercise 4/ex4.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exercise 4</title>
</head>
<body>

</body>
</html>

0 comments on commit 51ecc75

Please sign in to comment.