<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Document</title> <link rel="stylesheet" href=""> </head> <body> <div style="width: 700px; height: 200px; background: #000; position: relative;"> <div style="position: absolute; top: 39%; left: 35%;"> <h1 style="font-size: 25px; color: #b1b107;">Nguyễn Văn Quang</h1> </div> <div style="width: 700px; height: 200px; background: url(https://media3.giphy.com/media/t6m9Jl4aykIJh2cwGo/200w.webp?cid=790b7611bd52653c7714d512e521f2af323f6ee82293a162&rid=200w.webp) center center / cover no-repeat; position: absolute; opacity: 0.8;"></div> </div> </body> </html>