Skip to content

Commit 8c4f7c6

Browse files
authored
Added Vintage Paper Texture Background (#1502)
1 parent 0360b2e commit 8c4f7c6

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" href="style.css">
7+
<title>Vintage Paper Texture Background</title>
8+
</head>
9+
<body>
10+
<h1>Welcome to the Vintage Era 🕰️</h1>
11+
</body>
12+
</html>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
body {
2+
margin: 0;
3+
height: 100vh;
4+
background: linear-gradient(to bottom, #e8d8c4, #cbb59e);
5+
background-size: cover;
6+
font-family: 'Times New Roman', serif;
7+
display: flex;
8+
align-items: center;
9+
justify-content: center;
10+
color: #5a4638;
11+
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
12+
font-size: 24px;
13+
}

assets/json_files/backgrounds.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,11 @@
234234
"previewLink": "../../Components/Backgrounds/Swirl-Animation-Background/index.html",
235235
"sourceLink": "https://github.com/Rakesh9100/Beautiify/tree/main/Components/Backgrounds/Swirl-Animation-Background"
236236
},
237+
{
238+
"title": "Vintage Paper Texture Background",
239+
"previewLink": "../../Components/Backgrounds/Vintage-Paper-Texture-Background/index.html",
240+
"sourceLink": "https://github.com/Rakesh9100/Beautiify/tree/main/Components/Backgrounds/Vintage-Paper-Texture-Background"
241+
},
237242
{
238243
"title": "Vintage Sepia Film Background",
239244
"previewLink": "../../Components/Backgrounds/Vintage-Sepia-Film-Background/index.html",

0 commit comments

Comments
 (0)