카테고리 없음 반투명배경과 글자는제외 interdigm 2017. 3. 11. 02:34 반투명배경과 글자는제외 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME="Generator" CONTENT="EditPlus"> <META NAME="Author" CONTENT=""> <META NAME="Keywords" CONTENT=""> <META NAME="Description" CONTENT=""> </HEAD> <BODY> <div style="overflow:hidden; width:500px; height:500px; background-color:rgba(0,0,0,0.5); border:1px solid #ccc"> <div style="font-size:36px; color:blue;font-weight:bold; text-align:center; line-height:350px"><img src="http://i.imgur.com/k8BtMvj.jpg" width="300"><br>티웍스</div> </div> <br> <div style="overflow:hidden; width:500px; height:500px; background-color:#000; opacity:0.5; border:1px solid #ccc"> <div style="font-size:36px; color:blue; font-weight:bold; text-align:center; line-height:350px"><img src="http://i.imgur.com/k8BtMvj.jpg" width="300"><br>티웍스</div> </div> </BODY> </HTML>