Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokul-sami committed Aug 31, 2024
1 parent 9ce89bb commit 69358ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Binary file added Exercise 2/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions Exercise 2/ex2.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
body{
background-color: #af6aff;
/* background-color: #af6aff; */
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQonLxSVQQfRzFpkK6WAJH3w0NvowKLCB7wzmQmTaOnEntrwNqnz5KsVU3uKfeQN23kpCI&usqp=CAU");
}
.header{
width: 100%;
text-align: center;
backdrop-filter: blur(10px);
background-color: #af6aff;
}
padding: 10px;
background-color: rgb(255 255 255 / 30%);
backdrop-filter: blur(3px);
}
.header > h1{
}

0 comments on commit 69358ed

Please sign in to comment.