-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpropose.html
50 lines (48 loc) · 1.95 KB
/
propose.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Happy Rose Day</title>
<!-- <link rel="stylesheet" href="quotes.css"> -->
<link rel="stylesheet" href="days.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
<body>
<div class="main">
<h2>* Propose Day Special *</h2>
<div class="hero">
<div class="left">
<div class="lovers-details">
<h3 id="user-profile-text">Propose like <br> never before</h3>
<lord-icon
src="https://cdn.lordicon.com/lhwyshcs.json"
trigger="hover"
style="width:100px;height:100px">
</lord-icon>
<p id="fpname">Male</p>
<h3>💞</h3>
<lord-icon
src="https://cdn.lordicon.com/btlpicdx.json"
trigger="hover"
style="width:100px;height:100px">
</lord-icon>
<p id="spname">Female</p>
</div>
<a href="qoute.html"><div class="back">
<span class="material-symbols-outlined">arrow_back</span>
</div></a>
</div>
<div class="right">
<h3 class="quote-heading">Special Quotes to propose Your special ones! ❤️</h3>
<div class="quotes"></div>
</div>
</div>
<div class="copyright-container">
<h3 class="copyright">Created with 🤍 by <a href="https://instagram.com/zxdhiru">Dhiru</a></h3>
</div>
</div>
<script src="./quotesProposeDay.js"></script>
<script src="https://cdn.lordicon.com/lordicon.js"></script>
</body>
</html>