Tuesday, January 22, 2019

Fixed nav-bar section

html code :
<div id="footer">    <hr>    <p>Designed by Arafat. No right reserved</p>    <a style="color: white; text-decoration: none; cursor: pointer; font-weight: bold;" href="dashboard.php">        <p> There is no God none but Allah</p>    </a>    <hr></div>

css code:

#footer {    padding: 10px;    border-top: 1px solid black;    color: #eeeeee;    background-color: #211f22;    text-align: center;    position: fixed;    left: 0;    bottom: 0;    width: 100%;}
try this for fixed footer section 

No comments:

Post a Comment

Speedup Android Studio

Go to Help ->Edit Custom VM Options, and chnge this 4 setting. After that close your Android Studio. This settings are for 8gb of ram pc...