|
|
Line 13: |
Line 13: |
| | | |
| | | |
− | | + | .maindiv { |
− | .page { | + | |
| background-color:green; | | background-color:green; |
− | left:0; | + | vw:100; |
− | right:0; | + | vh:100; |
− | height:50px;
| + | |
| position:absolute; | | position:absolute; |
| display:block; | | display:block; |
| } | | } |
| | | |
− |
| |
− | body { /* Holds page background formatting */
| |
− |
| |
− | background-image: url("https://static.igem.org/mediawiki/2015/1/1f/MQAust_BG1.png");
| |
− | background-size: 100%;
| |
− | background-attachment: fixed;
| |
− |
| |
− | }
| |
− |
| |
− |
| |
− | .mainContainer { /* Creates a container that wraps all of the content inside our wiki pages */
| |
− | width: 100%;
| |
− | overflow: hidden;
| |
− | float: center;
| |
− | height:2000px;
| |
− | /* margin-left: 20px; */
| |
− | /* background-color: #EEEDEA; */
| |
− | /* border-bottom: 6px solid #EE3e53; */
| |
− | background-color:purple;
| |
− | }
| |
| | | |
| | | |
Line 49: |
Line 27: |
| </style> | | </style> |
| | | |
− |
| |
− | <div class="mainContainer">
| |
− | </div>
| |
| | | |
| | | |
− | <div class="page"> | + | <div class="maindiv"> |
| | | |
| | | |