|
|
Line 32: |
Line 32: |
| *{padding: 0; margin: 0; box-sizing: border-box;} | | *{padding: 0; margin: 0; box-sizing: border-box;} |
| body{height: 900px;} | | body{height: 900px;} |
− | section {
| + | article { |
| background: url('https://static.igem.org/mediawiki/2018/1/16/T--Montpellier--rondpeptides_mtp.png'); | | background: url('https://static.igem.org/mediawiki/2018/1/16/T--Montpellier--rondpeptides_mtp.png'); |
| text-align: center; | | text-align: center; |
Line 43: |
Line 43: |
| border-radius: 0 0 85% 85% / 30%; | | border-radius: 0 0 85% 85% / 30%; |
| } | | } |
− | section .overlay{
| + | article .overlay{ |
| width: 100% !important; | | width: 100% !important; |
| height: 100% !important; | | height: 100% !important; |
Line 64: |
Line 64: |
| </head> | | </head> |
| | | |
− | <section> | + | <article> |
| <div class="overlay"> | | <div class="overlay"> |
| <h1>Simply The Best</h1> | | <h1>Simply The Best</h1> |
Line 72: |
Line 72: |
| <button>READ MORE</button> | | <button>READ MORE</button> |
| </div> | | </div> |
− | </section> | + | </article> |
| | | |
| <body> | | <body> |