Kaynağa Gözat

overlay text

golf 2 yıl önce
ebeveyn
işleme
231b4aa78f
1 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. 7 1
      index.html

+ 7 - 1
index.html

121
                 </div>
121
                 </div>
122
             </div>
122
             </div>
123
             <div class="flex w-1/2 flex-wrap">
123
             <div class="flex w-1/2 flex-wrap">
124
-                <div class="w-full p-1 md:p-2">
124
+                <div class="w-full p-1 md:p-2 relative">
125
                     <img alt="gallery" class="block h-full w-full object-cover object-center"
125
                     <img alt="gallery" class="block h-full w-full object-cover object-center"
126
                         src="img/front-slide-img-03-min.jpg" />
126
                         src="img/front-slide-img-03-min.jpg" />
127
+                    <div class="absolute bottom-10 left-2 right-2 px-4 py-2 bg-secondary opacity-70">
128
+                        <h3 class="text-xl text-white font-bold">
129
+                            Hey, I Am The Big Boss</h3>
130
+                        <p class="mt-2 text-sm text-gray-300">Some description text. Some dummy text here. Welcome to
131
+                            KindaCode.com</p>
132
+                    </div>
127
                 </div>
133
                 </div>
128
             </div>
134
             </div>
129
         </div>
135
         </div>