|
|
(17 intermediate revisions by 2 users not shown) |
Line 2: |
Line 2: |
| <head> | | <head> |
| <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 283: |
Line 209: |
| .ih-item.circle { | | .ih-item.circle { |
| position: relative; | | position: relative; |
− | width: 220px; | + | width: 300px; |
− | height: 220px; | + | height: 300px; |
| border-radius: 50% | | border-radius: 50% |
| } | | } |
Line 290: |
Line 216: |
| .ih-item.circle .img { | | .ih-item.circle .img { |
| position: relative; | | position: relative; |
− | width: 220px; | + | width: 300px; |
− | height: 220px; | + | height: 300px; |
| border-radius: 50% | | border-radius: 50% |
| } | | } |
Line 410: |
Line 336: |
| transform: translateY(-50px) scale(0.5) | | transform: translateY(-50px) scale(0.5) |
| } | | } |
− |
| |
− |
| |
− |
| |
− | </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> |