| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- @font-face {
- font-family: Magistral-Bold;
- src: url(../font/Magistral-Bold.ttf) format('truetype')
- }
- @font-face {
- font-family: Magistral-Medium;
- src: url(../font/Magistral-Medium.ttf) format('truetype')
- }
- @font-face {
- font-family: Magistral-Light;
- src: url(../font/Magistral-Light.ttf) format('truetype')
- }
- body {
- background-image: url("../TV welcome.png");
- background-repeat: no-repeat;
- background-position: left top;
- background-size: cover;
- color: #0e52a0;
- text-align: center;
- margin: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100vh;
- width: 100vw;
- }
- p {
- text-align: center;
- margin: 0.5em 0;
- }
- img.logo {
- width: 23vw;
- }
- img.next {
- position: absolute;
- right: 10px;
- bottom: 10px;
- width: 3vw;
- cursor: pointer;
- }
- .center {
- margin-top: auto;
- margin-bottom: auto;
- }
- .top {
- font-family: Magistral-Medium;
- font-size: 3.5vw;
- font-style: italic;
- /*padding-top: 5vw;*/
- margin-top: 0;
- }
- .name {
- font-family: Magistral-Bold;
- font-size: 5.5vw;
- margin-bottom: 0;
- }
- .name .gender {
- font-family: Magistral-Light;
- font-size: 2.5vw;
- font-style: italic;
- font-weight: 700;
- }
- .name .fullname {
- text-transform: uppercase;
- }
- .company {
- margin-top: 0;
- font-family: Magistral-Medium;
- font-size: 4vw;
- }
- .position {
- margin-top: 0;
- margin-bottom: 0;
- font-family: Magistral-Medium;
- font-size: 4vw;
- }
|