Difference between revisions of "Team:TP-CC San Diego/Templates/NavBar"

Line 1: Line 1:
 
<html>
 
<html>
 
<head>
 
<head>
 +
 +
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
 +
 
<style>
 
<style>
  
Line 18: Line 21:
 
     border: none;
 
     border: none;
 
     cursor: pointer;
 
     cursor: pointer;
 +
    font-family: 'Raleway', sans-serif;
 
}
 
}
  
Line 32: Line 36:
 
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
     z-index: 1;
 
     z-index: 1;
 +
    text-align: center;
 
}
 
}
  
/*
 
.dropdown-content {
 
    display: none;
 
    position: absolute;
 
    right: 0;
 
    float:left;
 
    background-color: #f9f9f9;
 
    min-width: 40px;
 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
    z-index: 1;
 
}
 
 
.dropdown-content a {
 
    color: black;
 
    padding: 12px 16px;
 
    text-decoration: none;
 
    display: block;
 
}
 
*/
 
  
 
.dropdown-content a {
 
.dropdown-content a {

Revision as of 07:29, 16 August 2017