|
|
Line 3: |
Line 3: |
| <style> | | <style> |
| | | |
− | <html>
| |
− | <style>
| |
− | .main-title {
| |
− | padding: 40px 80px 40px 80px;
| |
− | font-size: 50px;
| |
− | margin-top: 6%;
| |
− | }
| |
− |
| |
− | .fade-in{
| |
− | animation: opac 2s
| |
− | }
| |
− | @keyframes opac{
| |
− | from{opacity:0}
| |
− | to{opacity:1}}
| |
− |
| |
− | .container
| |
− | {
| |
− | width: 93%;
| |
− | height: 100%;
| |
− | background-color: none;
| |
− | margin-left: auto;
| |
− | margin-right: auto;
| |
− | }
| |
− |
| |
− | .icon-wrapper
| |
− | {
| |
− | display: inline-block;
| |
− | width: 27.3%;
| |
− | height: 400px;
| |
− | background-color: none;
| |
− | padding: 3%;
| |
− | float: left;
| |
− | text-align: center;
| |
− | }
| |
− |
| |
− | .icon
| |
− | {
| |
− | width:100%;
| |
− | height: 100%;
| |
− | margin: 0 auto auto auto;
| |
− | }
| |
− |
| |
− | .icon img
| |
− | {
| |
− | position: block;
| |
− | width: 100%;
| |
− | height: 95%;
| |
− | }
| |
− |
| |
− | .icon-wrapper h3
| |
− | {
| |
− | position: relative;
| |
− | margin: auto;
| |
− | top: -15%;
| |
− | text-align: center;
| |
− | }
| |
− |
| |
− | .imageDiv
| |
− | {
| |
− | display: inline-block;
| |
− | padding: 1%;
| |
− |
| |
− | }
| |
− |
| |
− | .page-title
| |
− | {
| |
− | margin: 0 auto auto auto;
| |
− | font-size: 20px;
| |
− | font-family: 'Poppins', sans-serif;
| |
− | color: black;
| |
− | text-align: center;
| |
− | }
| |
− |
| |
| .ih-item.circle.effect10 .img { | | .ih-item.circle.effect10 .img { |
| z-index: 11; | | z-index: 11; |
Line 411: |
Line 338: |
| } | | } |
| | | |
− |
| |
− |
| |
− | </style>
| |
− |
| |
− | <body>
| |
− |
| |
− | <div class="ih-item circle effect10 top_to_bottom"><a href="#">
| |
− | <div class="img"><img src="https://static.igem.org/mediawiki/2017/archive/e/e4/20171023064510%21T--TP-CC_San_Diego--brain.png" alt="img"></div>
| |
− | <div class="info">
| |
− | <h3>Project Description</h3>
| |
− | </div></a></div>
| |
− |
| |
− | <div class="ih-item circle effect13 from_left_and_right"><a href="#">
| |
− | <div class="img"><img src="https://static.igem.org/mediawiki/2017/archive/e/e4/20171023064510%21T--TP-CC_San_Diego--brain.png" alt="img"></div>
| |
− | <div class="info">
| |
− | <div class="info-back">
| |
− | <h3>Project Description</h3>
| |
− | </div>
| |
− | </div></a>
| |
− | </div>
| |
− |
| |
− |
| |
− |
| |
− | </body>
| |
− | </html>
| |
| | | |
| </style> | | </style> |