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

Line 4: Line 4:
 
   <meta charset="UTF-8">
 
   <meta charset="UTF-8">
 
   <link href="https://2017.igem.org/Team:UNOTT/Bootstrap?action=raw&ctype=text/css" rel="stylesheet">
 
   <link href="https://2017.igem.org/Team:UNOTT/Bootstrap?action=raw&ctype=text/css" rel="stylesheet">
  <link rel="stylesheet" href="css/style.css">
+
 
+
 
<style>
 
<style>
 
nav{
 
nav{
 
height: 61px;
 
height: 61px;
 
 
width: 100%;
 
width: 100%;
 
color: black;
 
color: black;
Line 15: Line 13:
 
font-family: 'Karla';
 
font-family: 'Karla';
 
text-transform:uppercase;
 
text-transform:uppercase;
 
 
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 18:
 
-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);
 +
}
 +
nav ul {
 +
  position: static;
 +
  display: flex;
 +
  float: right;
 +
  margin: 0px;
 +
  margin-top:0px;
 +
  padding: 0px 0px;
 +
  justify-content:space-around;
 +
 
 +
}
 +
  
}
 
  
 
.navbar-default {
 
.navbar-default {

Revision as of 11:48, 24 August 2017

<!DOCTYPE html>