CSS
#web {
position:absolute;
left:26%;
top: 60%;
HTML
<div class="web">
HI
</div>
I don’t know what’s going wrong. Can you modify and tell me whats wrong? Thanks
The formatting doesn’t effect the text inside..
The position is still the same ??
Change #web to .web
or
change class=”web” to id=”web”.