CSS Positions , absolute and relative
<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < link rel = "stylesheet" href = "style.css" > < title >Document</ title > </ head > < body > < div class = "india" > < img class = "india-img" src = "https://source.unsplash.com/700x500/?india" alt = "" > < div class = "bag" ></ div > <!-- this is for background image --> < div class = "content" > < h2 class = "title" >Explore India Book Now And Get 10% Off</ h2 > < p c...