Files
tailShape/public/componets/hero/14_hero.html
2022-02-20 12:05:39 +06:00

25 lines
696 B
HTML

<!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>