survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

commit 42aadf0d05cdf572ae1efa471b2b36402c54dddd
parent c496c2bd6d58e9e0c23445ab7b543efadc5859d5
Author: David Liotta <liottad6@students.rowan.edu>
Date:   Fri, 14 Dec 2018 20:27:05 -0500

Used for the nav bar
Diffstat:
Awebsite/res/nav.css | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/website/res/nav.css b/website/res/nav.css @@ -0,0 +1,19 @@ +.nav { + display: inline; + overflow: hidden; + font-family: Arial; +} + +.nav a { + float: left; + font-size: 16px; + color: #000; + background-color: lightblue; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} + +.nav a:hover, .drop:hover .dropbtn { + background-color: blue; +} +\ No newline at end of file