Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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">
<title>Vintage Paper Background</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Welcome to the Vintage Era 🕰️</h1>
</body>
</html>
14 changes: 14 additions & 0 deletions Components/Backgrounds/Vintage-Paper-Texture-Background/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
body {
margin: 0;
height: 100vh;
background: url('https://www.transparenttextures.com/patterns/aged-paper.png'),
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 @@ -209,6 +209,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": "Waves Background",
"previewLink": "../../Components/Backgrounds/Waves-Background/index.html",
Expand Down