x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
HTML |
---|
<style> /* REMOVE EXTRA SPACE AT TOP */ #main-content p:first-child { display: none; } #main-content p:nth-child(3) { display: none; } /* BANNER */ div.banner { height: 368px; background: url('https://passport-media.s3-us-west-1.amazonaws.com/Morgan+Stanley/mentorsBannermsResourcesBanner.jpg'); /*background: url('https://passport-media.gsvlabsportal.com/Morgan+Stanley/mentorsBanner.jpg');*/ background-position: center; /* Center the image */ background-repeat: no-repeat; /* Do not repeat the image */ background-size: cover; } div.titleSection { margin: 90px 80px; flex-direction: column; } .titleSection .custom-title { font-family: 'MS Gloria II Std'; color: #ffffff; font-size: 60px; } button.tab-control-button { width: 155px; height: 54px; margin: 0 12px 0 0; border-radius: 8px; border: solid 2px rgba(255, 255, 255, 0.75); background: transparent; font-family: Karla; font-size: 16px; font-weight: bold; color: #ffffff; outline: none; } button.tab-control-button:hover { cursor: pointer; } </style> |
...
OneValley