added separate hero files 13,14 and 15

This commit is contained in:
merajjahir
2022-02-20 12:05:39 +06:00
parent f646f6ee10
commit a511f8616e
3 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en" class="">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hero 6</title>
<link rel="stylesheet" href="./../../../dist/tailshape.css">
</head>
<body>
<!-- hero 14 start -->
<section class="section_divider" id="hero_14">
<div>Hero 14</div>
</section>
<section class="p-10 text-center text-lg font-bold dark:bg-gray-800 dark:text-cyan-300 ">
This section(hero 14) is already been modified (style already added in hero 10)
</section>
<!-- hero 14 end -->
</body>
</html>