Created
May 29, 2020 10:15
-
-
Save cuongdev/780f9377eb754277fa724a325922705f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title></title> | |
</head> | |
<body> | |
<div id="cus-info"> | |
<div> | |
<h2 id="sohopdong">11111111</h2> | |
</div> | |
<div> | |
<h2 id="makhachhang">SN/1294</h2> | |
</div> | |
<div> | |
<h2 id="ten">Nguyen Van A</h2> | |
</div> | |
<div id="cmnd"> | |
<h2 id="cmnd-so">111111111</h2> | |
<h2 id="cmnd-ngay">07</h2> | |
<h2 id="cmnd-thang">07</h2> | |
<h2 id="cmnd-nam">2020</h2> | |
<h2 id="cmnd-noicap">CA. Binh Thuan</h2> | |
</div> | |
<div id="ngaythangnamsinh-namnu"> | |
<h2 id="ngaythangnamsinh">12/12/1994</h2> | |
<h2 id="namnu">Nam</h2> | |
</div> | |
<div id="sohokhau"> | |
<h2 id="sohokhau-so">1111111111</h2> | |
<h2 id="sohokhau-ngay">07</h2> | |
<h2 id="sohokhau-thang">07</h2> | |
<h2 id="sohokhau-nam">2020</h2> | |
<h2 id="sohokhau-noicap">CA. Binh Thuan</h2> | |
</div> | |
<div> | |
<h2 id="thuongtru">Khóm 2 P.08 TP Cà Mau T.Cà Mau</h2> | |
</div> | |
<div> | |
<h2 id="noithongbao">Khóm 2 P.08 TP Cà Mau T.Cà Mau</h2> | |
</div> | |
<div> | |
<h2 id="dienthoailienhe">1111111111</h2> | |
</div> | |
<div> | |
<h2 id="quoctich">x</h2> | |
</div> | |
<div id="sothuebao-serial"> | |
<h2 id="sothuebao">1111111111</h2> | |
<h2 id="serial">12345678901234</h2> | |
<h2 id="chinhchu">x</h2> | |
</div> | |
</div> | |
<!-- <img src="./img.jpg" /> --> | |
<!-- <button onclick="window.print()">Print this page</button> --> | |
<style> | |
#cus-info { | |
position: absolute; | |
width: 1240px; | |
height: 1752px; | |
} | |
#sohopdong { | |
margin-left: 950px; | |
margin-top: 240px; | |
} | |
#makhachhang { | |
margin-left: 970px; | |
margin-top: -10px; | |
} | |
#ten { | |
margin-left: 250px; | |
} | |
#cmnd { | |
margin-left: 410px; | |
margin-top: -30px; | |
display: flex; | |
} | |
#cmnd #cmnd-ngay { | |
margin-left: 180px; | |
} | |
#cmnd #cmnd-thang { | |
margin-left: 45px; | |
} | |
#cmnd #cmnd-nam { | |
margin-left: 35px; | |
} | |
#cmnd #cmnd-noicap { | |
margin-left: 100px; | |
} | |
#ngaythangnamsinh-namnu { | |
display: flex; | |
margin-left: 325px; | |
margin-top: -32px; | |
} | |
#ngaythangnamsinh-namnu #namnu { | |
margin-left: 400px; | |
} | |
#sohokhau { | |
display: flex; | |
margin-top: -32px; | |
margin-left: 270px; | |
} | |
#sohokhau-ngay { | |
margin-left: 230px; | |
} | |
#sohokhau-thang { | |
margin-left: 50px; | |
} | |
#sohokhau-nam { | |
margin-left: 45px; | |
} | |
#sohokhau-noicap { | |
margin-left: 100px; | |
} | |
#thuongtru { | |
margin-left: 100px; | |
} | |
#noithongbao { | |
margin-left: 100px; | |
margin-top: 45px; | |
} | |
#dienthoailienhe { | |
margin-top: 47px; | |
margin-left: 280px; | |
} | |
#quoctich { | |
margin-left: 207px; | |
margin-top: -10px; | |
} | |
#sothuebao-serial { | |
display: flex; | |
margin-top: 695px; | |
margin-left: 167px; | |
} | |
#serial { | |
margin-left: 74px; | |
} | |
#chinhchu { | |
margin-left: 70px; | |
} | |
</style> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment