Skip to content

Commit bc3d5ef

Browse files
authored
Set background effects
1 parent 5a0b261 commit bc3d5ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<style>
1212
body {
1313
background-image: url('bg.jpeg');
14+
background-size: auto;
15+
background-repeat: no-repeat;
16+
transform: rotate(45deg);
17+
backdrop-filter: blur(50px);
1418
}
1519

1620
* {

0 commit comments

Comments
 (0)