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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -