Difference between revisions of "Team:UNOTT/Template/NavBarTest"

Line 1: Line 1:
 
+
<!DOCTYPE html>
 
<html >
 
<html >
 
<head>
 
<head>
Line 9: Line 9:
 
nav{
 
nav{
 
height: 61px;
 
height: 61px;
border-bottom: 1px solid rgba(87, 92, 98, .8);
+
 
 
width: 100%;
 
width: 100%;
 
color: black;
 
color: black;
Line 15: Line 15:
 
font-family: 'Karla';
 
font-family: 'Karla';
 
text-transform:uppercase;
 
text-transform:uppercase;
background: #ffff;
+
 
 
filter: none !important;
 
filter: none !important;
 
box-shadow: 0 2px 15px rgba(0,0,0,0.25);
 
box-shadow: 0 2px 15px rgba(0,0,0,0.25);
Line 21: Line 21:
 
-webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
 
-webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
 
border-bottom: 1px solid rgba(0,0,0,0.2);
 
border-bottom: 1px solid rgba(0,0,0,0.2);
 +
 
}
 
}
  

Revision as of 10:32, 24 August 2017

<!DOCTYPE html>