Difference between revisions of "Team:Baltimore Bio-Crew/Composite Part"

(added construct diagram image)
Line 2: Line 2:
 
{{Team:Baltimore Bio-Crew/CSS}}
 
{{Team:Baltimore Bio-Crew/CSS}}
 
{{Team:Baltimore Bio-Crew/basicCSS}}
 
{{Team:Baltimore Bio-Crew/basicCSS}}
{{Team:Baltimore Bio-Crew/nav}}
+
{{Team:Baltimore Bio-Crew/JS}}
 
{{Team:Baltimore Bio-Crew/templateReset}}
 
{{Team:Baltimore Bio-Crew/templateReset}}
  
Line 14: Line 14:
 
         <meta http-equiv="x-ua-compatible" content="ie=edge">
 
         <meta http-equiv="x-ua-compatible" content="ie=edge">
 
         <link href="https://fonts.googleapis.com/css?family=Saira|Bubbler+One|Abel|Source+Sans+Pro|Share+Tech+Mono|Kalam" rel="stylesheet">
 
         <link href="https://fonts.googleapis.com/css?family=Saira|Bubbler+One|Abel|Source+Sans+Pro|Share+Tech+Mono|Kalam" rel="stylesheet">
 +
 +
        <style>
 +
 +
        .navbar{
 +
  height: 300px;
 +
  width: 100%;
 +
}
 +
.navbar nav{
 +
  height:40px;
 +
  display: block;
 +
  margin: 0 auto;
 +
  text-transform: uppercase;
 +
  background-color: #6b9eff;
 +
}
 +
.navbar nav a{
 +
  display: block;
 +
  text-decoration: none;
 +
  font-family: 'Share Tech Mono', monospace;
 +
  font-size: 20pt;
 +
  color: #000000;
 +
  font-style: bold;
 +
}
 +
.navbar nav a:hover{
 +
  color: #FF4212;
 +
}
 +
.navbar nav ul{
 +
  list-style: none;
 +
}
 +
.navbar nav ul li{
 +
  height: 300px;
 +
  line-height: 40px;
 +
  text-align: center;
 +
  float: left;
 +
  width: 200px;
 +
}
 +
.navbar nav ul li ul{
 +
  display: none;
 +
  line-height: 35px;
 +
  text-align: center;
 +
  width: 135px;
 +
}
 +
.navbar nav ul li:hover ul{
 +
  display: block;
 +
}
 +
.navbar nav ul li:hover{
 +
  display: block;
 +
}
 +
        </style>
 
       </head>
 
       </head>
 
       <body>
 
       <body>

Revision as of 18:10, 29 October 2017


.html{ height: 100%; } h1{ font-size: 100px; text-align: center; color: black; font-family: 'Saira', sans-serif; padding-top: 40px; text-shadow: 4px 4px #3bb1e2; } h3{ font-size: 25px; font-style: italic; text-align: center; text-shadow: 2px 2px #33FF33; padding-top: 20px; padding-bottom: 30px; font-family: 'Abel', san-serif; font-style: italic; color: black; text-decoration: underline; } h4{ font-size: 18px; font-style: italic; text-align: center; padding-top: 20px; padding-bottom: 30px; font-family: 'Abel', san-serif; color: black; } h2{ padding: 75px 0 0 0; font-size: 36px; font-style: normal; font-family: 'Saira', sans-serif; text-align: center; color: black; }

Baltimore Bio-Crew

COMPOSITE PARTS