Search
 
SCRIPT & CODE EXAMPLE
 

HTML

tailwind image text

<div class="relative">
        <img src="https://www.kindacode.com/wp-content/uploads/2022/06/night-sky.jpeg" />
        <h1 class="absolute text-5xl text-white top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
            KindaCode.com</h1>
        <h2 class="absolute text-3xl text-amber-400 bottom-4 left-1/2 -translate-x-1/2">Bottom Center</h2>
        <h3 class="absolute text-2xl text-blue-300 top-5 left-5">Top Left</h3>
        <h3 class="absolute text-2xl text-green-300 bottom-5 right-5">Bottom Right</h3>
  </div>
Comment

PREVIOUS NEXT
Code Example
Html :: how to make a dark mode html 
Html :: auto year in html 
Html :: html checkbox default checked 
Html :: borderless bootstrap table 
Html :: how to embed an image in html 
Html :: How to write a empty character in HTML 
Html :: Disable auto submit when hitting enter key 
Html :: html print today date 
Html :: is input readonluy submit ? 
Html :: hide html element show on print bootstrap 4.6 
Html :: easyui datagrid tabs 
Html :: a tag html without href 
Html :: open new tab href 
Html :: onclick nothing 
Html :: google translate for website html code 
Html :: how to align image with text in html 
Html :: laravel blade cheched 
Html :: django template variable remove all spaces 
Html :: html phone click to call 
Html :: ionic fab 
Html :: change color of mark in css 
Html :: remove arrow dropdown bootstrap 
Html :: add custom validation input message html 
Html :: how to change font color in html 
Html :: css bootstrap refresh icon 
Html :: time element html 
Html :: font awesome cdn css 
Html :: html conditional display 
Html :: html bold text 
Html :: is html a programming language 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =