html - Text page over footer -


text page on 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

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -