Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Components/Backgrounds/Vintage-Paper-Texture-Background/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Vintage Paper Texture Background</title>
</head>
<body>
<h1>Welcome to the Vintage Era 🕰️</h1>
</body>
</html>
13 changes: 13 additions & 0 deletions Components/Backgrounds/Vintage-Paper-Texture-Background/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
body {
margin: 0;
height: 100vh;
background: linear-gradient(to bottom, #e8d8c4, #cbb59e);
background-size: cover;
font-family: 'Times New Roman', serif;
display: flex;
align-items: center;
justify-content: center;
color: #5a4638;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
font-size: 24px;
}
5 changes: 5 additions & 0 deletions assets/json_files/backgrounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@
"previewLink": "../../Components/Backgrounds/Swirl-Animation-Background/index.html",
"sourceLink": "https://github.com/Rakesh9100/Beautiify/tree/main/Components/Backgrounds/Swirl-Animation-Background"
},
{
"title": "Vintage Paper Texture Background",
"previewLink": "../../Components/Backgrounds/Vintage-Paper-Texture-Background/index.html",
"sourceLink": "https://github.com/Rakesh9100/Beautiify/tree/main/Components/Backgrounds/Vintage-Paper-Texture-Background"
},
{
"title": "Vintage Sepia Film Background",
"previewLink": "../../Components/Backgrounds/Vintage-Sepia-Film-Background/index.html",
Expand Down