mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-24 09:27:01 +00:00
25 lines
696 B
HTML
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> |