Difference between revisions of "Team:Lethbridge HS/Notebook"

Line 61: Line 61:
  
  
 +
form {
 +
    padding: 10px;
 +
    display: inline-block;
 +
}
 +
   
 +
input.tealButton {
 +
    /*width: 300px;*/
 +
    padding: 20px;
 +
    cursor: pointer;
 +
    font-weight: bold;
 +
    font-family: Arial, sans-serif !important;
 +
    font-size: calc(14px + 0.5vw) !important;
 +
    background: #377b7e;
 +
    color: #fff;
 +
    border: 1px solid #377b7e;
 +
    border-radius: 10px;
 +
    box-shadow: 0 0 10px #377b7e;
 +
    }
 +
   
 +
input.tealButton:hover {
 +
    color: #ffffff;
 +
    background: #f5af3e;
 +
    border: 1px solid #f5af3e;
 +
}
 +
 +
* {box-sizing: border-box;}
 +
ul {list-style-type: none;}
 +
</style>
 +
<body>
 +
<div><img src="https://static.igem.org/mediawiki/2017/e/e6/Banner_LAnotebook.png"  class="bannerImg"></div>
 +
<div id="allContent">
  
  

Revision as of 01:54, 17 October 2018