html - Text page over footer -
i need put text page on footer illustrated in picture attached. important length of page set auto according text in page.
add negative margin top of footer , set z-index of 2 text.
.footer{ margin-top: -100px;} .text-page {position: relative; z-index: 2;}
Comments
Post a Comment