-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
34 lines (31 loc) · 1.29 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Templates</title>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="style.css">
<style>
body{
background: linear-gradient(rgba(255, 0, 0, 0.582),rgba(0, 0, 255, 0.582));
}
</style>
</head>
<body>
<h1 class="oa">About</h1>
<p class="op">its only Made For Easy You Make Any Template With This Website you make easy Your Life <br> With this website this website is madeing purpose for Easy Designing. </p>
<h1 class="oa">About Save This Template</h1>
<p class="ot"><b class="bol">How To Save This Template?</b><br>
Press windows+shift+S and Take Screen Shot of your Template Size and Share Your Social Media accounts and many more
</p>
<h1 class="oa">About Templates</h1>
<p class="op" data-aos="flip-left"><b class="bol">How To Use Template?</b><br>
Goto Homepage and Select Your Favoriate Template And Enter Your Name and company Name etc Share Your Social Media accounts and many more
</p>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>