added separate hero files 13,14 and 15
This commit is contained in:
25
public/componets/hero/14_hero.html
Normal file
25
public/componets/hero/14_hero.html
Normal 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>
|
||||
Reference in New Issue
Block a user