0% found this document useful (0 votes)
5 views2 pages

!doctype HTML

The document is an HTML webpage titled 'RANU SURY' that showcases a luxury fashion brand. It features a stylish design with a background image and a central container displaying the brand name, a tagline about elegance and craftsmanship, and a call-to-action button to explore the collection. The page is designed with responsive elements and modern typography.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

!doctype HTML

The document is an HTML webpage titled 'RANU SURY' that showcases a luxury fashion brand. It features a stylish design with a background image and a central container displaying the brand name, a tagline about elegance and craftsmanship, and a call-to-action button to explore the collection. The page is designed with responsive elements and modern typography.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RANU SURY</title>
<link href="[Link]
family=Futura:wght@400;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Futura', sans-serif;
background: url([Link] no-repeat center
center fixed;
background-size: cover;
color: #fff;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.container {
max-width: 1200px;
margin: 0 20px;
padding: 50px;
background: rgba(0, 0, 0, 0.5);
border-radius: 15px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}
h1 {
font-size: 4rem;
font-weight: 700;
letter-spacing: 5px;
text-transform: uppercase;
margin-bottom: 20px;
}
p {
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 30px;
}
.cta-button {
background-color: #d4af37;
color: #000;
font-size: 1.2rem;
padding: 15px 30px;
text-decoration: none;
text-transform: uppercase;
border-radius: 5px;
font-weight: 700;
letter-spacing: 2px;
transition: background-color 0.3s ease;
}
.cta-button:hover {
background-color: #b38b2d;
}
</style>
</head>
<body>
<div class="container">
<h1>RANU SURY</h1>
<p>Discover timeless elegance and unparalleled craftsmanship. Experience
the art of luxury fashion redefined.</p>
<a href="#" class="cta-button">Explore Collection</a>
</div>
</body>
</html>

You might also like