|
|
Line 1: |
Line 1: |
− | <html>
| |
− | <head>
| |
− | <meta charset="utf-8"/>
| |
− | <title>togglepH - iGEM Competition 2018</title>
| |
− | <meta name="viewport" content="width=device-width, initial-scale=1"/>
| |
− | <link href="https://fonts.googleapis.com/css?family=Vollkorn" rel="stylesheet"/>
| |
− | <style>
| |
| | | |
− | @charset "utf-8";
| |
− |
| |
− | @font-face {
| |
− | font-family: 'CustomAcuminFont';
| |
− | src: url('fonts/acumin-pro-light.otf');
| |
− | }
| |
− |
| |
− | @font-face {
| |
− | font-family: 'CustomMedioFont';
| |
− | src: url('fonts/medio.otf');
| |
− | }
| |
− |
| |
− | * {
| |
− | box-sizing: border-box;
| |
− | }
| |
− |
| |
− | *::selection {
| |
− | background-color: rgba(167, 0, 0, 0.4);
| |
− | }
| |
− |
| |
− | *::-moz-selection {
| |
− | background-color: rgba(167, 0, 0, 0.4);
| |
− | }
| |
− |
| |
− | body {
| |
− | margin: 0;
| |
− | padding: 0;
| |
− | background-color: #fff;
| |
− | }
| |
− |
| |
− | .row::after {
| |
− | content: "";
| |