Skip to content

Commit 654f6cc

Browse files
feature video added in doc page
1 parent 1238eee commit 654f6cc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

components/document.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ const Document = () => {
88
Documentation 📝
99
</h1>
1010
<div className="py-8 flex flex-col justify-center items-start">
11-
<h3 className="text-center pb-4 font-bold text-xl text-red-900 underline underline-offset-4">
11+
<h3 className="text-center pb-8 font-bold text-xl text-red-900 underline underline-offset-4">
1212
1. Feature video 📺
1313
</h3>
14-
<img
15-
src="/feature_card_component.png"
16-
alt="banner"
17-
className=" w-full md:w-4/5 rounded-2xl h-96"
18-
/>
14+
<video
15+
className="w-auto rounded-3xl h-auto border-2 border-rose-500 shadow-xl shadow-blue-300"
16+
controls>
17+
<source src="/tailwind_bootstrap_docs.mkv" type="video/mp4"></source>
18+
</video>
1919
</div>
2020

2121
<div className="py-8 flex flex-col justify-center items-start">

public/tailwind_bootstrap_docs.mkv

65.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)