php - CSS clickb-able box that links to another page -


i have been creating website in html5, php, sql , css. can guess quite basic im trying last part , ui working. wondering how can create box in top left of screen has words "admin login" , when anywhere in box clicked links me new page (the admin login page). basic problem dont on css well. if has tips great. have far. 1 problem can still click on words "admin login not entire region.

<h5 style = "text-align:center;display:inline-block;width:100px;height:35px;background-color:#ccc;border:1px solid #ff0000;"> <a href = "http://127.0.0.1/loginscreen_ui.html">admin login </a> </h5> 

yours sincerely gsg

try this:

<a href = "http://127.0.0.1/loginscreen_ui.html">    <h5 style = "text-align:center;display:inline-block;width:100px;height:35px;background-color:#ccc;border:1px solid #ff0000;">admin login </h5> </a> 

Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -