Line 4: | Line 4: | ||
<style> | <style> | ||
@import url('https://fonts.googleapis.com/css?family=Questrial'); | @import url('https://fonts.googleapis.com/css?family=Questrial'); | ||
− | * { | + | *{ |
margin: 0px; | margin: 0px; | ||
font-family: 'Questrial', sans-serif; | font-family: 'Questrial', sans-serif; | ||
+ | } | ||
+ | @keyframes slide-in { | ||
+ | from { | ||
+ | margin-left: -100%; | ||
+ | border-bottom-right-radius: 30px; | ||
+ | border-top-right-radius: 30px; | ||
} | } | ||
+ | |||
+ | to { | ||
+ | margin-left: 0%; | ||
+ | border-bottom-right-radius: 0; | ||
+ | border-top-right-radius: 0px; | ||
+ | } | ||
+ | } | ||
+ | |||
@keyframes fade-in { | @keyframes fade-in { | ||
from { | from { | ||
Line 121: | Line 135: | ||
.ecuador_video_layout { | .ecuador_video_layout { | ||
width: 100%; | width: 100%; | ||
− | height: | + | height: 100%; |
position: absolute; | position: absolute; | ||
left: 0px; | left: 0px; | ||
top: 125px; | top: 125px; | ||
background-color: #0F1010; | background-color: #0F1010; | ||
+ | } | ||
+ | |||
+ | .ecuador_home_info { | ||
+ | width: 100%; | ||
+ | height: 500px; | ||
+ | background-color: #1A5276; | ||
+ | position: absolute; | ||
+ | left: 0px; | ||
+ | top: 100%; | ||
} | } | ||
Line 201: | Line 224: | ||
</div> | </div> | ||
<div class="ecuador_video_layout"> | <div class="ecuador_video_layout"> | ||
+ | |||
+ | </div> | ||
+ | <div class="ecuador_home_info"> | ||
</div> | </div> | ||
</html> | </html> |
Revision as of 23:54, 27 April 2018