Team:iTesla-SoundBio/Project/results

Results lol there's none YEET <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>

  • {
   box-sizing: border-box;

}

body {

   font-family: Arial, Helvetica, sans-serif;
   height: 100h;
   width: 100w;

}

/* Style the header */ .header {

   background-color: #f1f1f1;
   padding: 30px;
   text-align: center;
   font-size: 35px;

}


}

/* Clear floats after the columns */ .row:after {

   content: "";
   display: table;
   clear: both;

}

/* Style the footer */ .footer {

   background-color: #f1f1f1;
   padding: 10px;
   text-align: center;

} /* Make the text over image*/ .container {

   position: relative;
   text-align: center;
   color: black

} .container1 {

   position: relative;
   text-align: center;
   color: white

}

.centered {

   position: absolute;
   bottom: 8px;
   left: 50%;
   transform: translate(-50%, -50%);

}

/* Style the top navigation bar */ .topnav {

   overflow: hidden;
   background-color: #333;

}

/* Style the topnav links */ .topnav a {

   float: left;
   display: block;
   color: #f2f2f2;
   text-align: center;
   padding: 14px 16px;
   text-decoration: none;

}

/* Change color on hover */ .topnav a:hover {

   background-color: #ddd;
   color: black;

}


} </style> </head> <body>

</html>