آموزش جامع تگ های important و z-index

HTML
<h1>این متن اولویت نمایش بیشتری دارد</h1> <img src="http://apci.ir/wp-content/uploads/2016/06/headicon-1.png" width="100" height="100"> <p>این متن روی عکس نمایش داده میشود</p>
CSS
img { position: absolute; left: 0px; top: 0px; z-index: -1; }
JAVASCRIPT
Expand for more options Login