Skip to content

Commit 5a0b261

Browse files
authored
Set page background image well
1 parent 3ac6b2d commit 5a0b261

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<title>Advanced Effects</title>
1010

1111
<style>
12+
body {
13+
background-image: url('bg.jpeg');
14+
}
15+
1216
* {
1317
font-family: 'Inter Regular', 'Arial', sans-serif;
1418
color: white;
@@ -41,7 +45,7 @@
4145
}
4246
</style>
4347
</head>
44-
<body style="background-image: src(\"bg.jpeg\");">
48+
<body>
4549
<div class="vertical center">
4650
<img src="/ae-256px.png" alt="Advanced Effects open source after effects alternative">
4751
<h1>Advanced Effects</h1>

0 commit comments

Comments
 (0)