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 1, 2024
1 parent 1d5cc14 commit 7652643
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Exercise 2/ex2.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
body{
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQonLxSVQQfRzFpkK6WAJH3w0NvowKLCB7wzmQmTaOnEntrwNqnz5KsVU3uKfeQN23kpCI&usqp=CAU");
background-color: rgb(192, 141, 255);
}
.header{
text-align: center;
padding: 10px;
background-color: rgb(255 255 255 / 30%);
backdrop-filter: blur(3px);
}
.popular-section{
background-color: rgb(255 255 255 / 30%);
backdrop-filter: blur(3px);
}
.popular-songs{
display: flex;
Expand All @@ -25,6 +23,7 @@ body{
margin-bottom: 0px;
color: rgba(0, 0, 0, 0.525);
}
.popular:hover{
*{
color: rgb(143, 54, 252);
}
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
4 changes: 2 additions & 2 deletions Exercise 2/ex2.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<body>
<div class="body">
<!-- header -->
<div class="header">
<h1>Groovy</h1>
<div class="header">
<h1 style="color: rgb(124, 18, 255);">Groovy</h1>
</div>
<br>

Expand Down

0 comments on commit 7652643

Please sign in to comment.