download page
This commit is contained in:
@ -3,10 +3,12 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>download</title>
|
||||
<title>Download</title>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
|
||||
<style>
|
||||
.container{
|
||||
width: auto;
|
||||
width: 92%;
|
||||
padding: 60px;
|
||||
}
|
||||
.grid-container2 {
|
||||
@ -15,7 +17,7 @@
|
||||
gap: 15px;
|
||||
}
|
||||
.color {
|
||||
background-color: #f0f0f0;
|
||||
background-color: #f1efef;
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
font-size: 16px;
|
||||
@ -61,7 +63,7 @@
|
||||
expedita sint a ut. Atque magnam quia at adipisci rem, porro quisquam! Praesentium, quo quas laudantium asperiores.
|
||||
</p>
|
||||
<div class="download-attachment">
|
||||
<a href="" class="download-button">Download</a>
|
||||
<a href="" download="FileName.pdf" class="download-button"><i class="fa-solid fa-download"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -80,6 +82,21 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="color">
|
||||
<p>
|
||||
This paragraph serves as an introduction to the aesthetic and unique experience offered by our platform.
|
||||
We believe in delivering high-quality, immersive content that inspires creativity and connection.
|
||||
Whether it’s exploring beautiful designs, appreciating fine details, or sharing moments, we are here
|
||||
to provide a space where aesthetics meet joy, and experiences become memorable. Lorem, ipsum dolor sit
|
||||
amet consectetur adipisicing elit. Quo distinctio cum repellat necessitatibus sed in eveniet veritatis
|
||||
cupiditate, vitae nemo laborum unde explicabo iste quos vel architecto suscipit consequuntur dignissimos
|
||||
expedita sint a ut. Atque magnam quia at adipisci rem, porro quisquam! Praesentium, quo quas laudantium asperiores.
|
||||
</p>
|
||||
<div class="download-attachment">
|
||||
<a href="" class="download-button"><i class="fa-solid fa-download"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="color">
|
||||
<p>
|
||||
This paragraph serves as an introduction to the aesthetic and unique experience offered by our platform.
|
||||
@ -96,4 +113,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user