2023-01-13 00:43:54 +01:00
|
|
|
section[role="start"] {
|
|
|
|
background-image: url("../../images/global/special-trash.jpg");
|
|
|
|
height: 100%;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
section[role="start"] div {
|
|
|
|
background: var(--primary);
|
|
|
|
width: 400px;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 5px;
|
2022-11-15 21:57:14 +01:00
|
|
|
}
|
|
|
|
|
2023-01-13 00:43:54 +01:00
|
|
|
section[role="start"] span[role="title"] {
|
2022-11-15 21:57:14 +01:00
|
|
|
font-size: 100px;
|
|
|
|
line-height: 80px;
|
2023-01-13 00:43:54 +01:00
|
|
|
font-weight: bold;
|
2022-11-15 21:57:14 +01:00
|
|
|
color: var(--secondary);
|
|
|
|
}
|
|
|
|
|
2023-01-13 00:43:54 +01:00
|
|
|
section[role="start"] p {
|
2022-11-15 21:57:14 +01:00
|
|
|
color: var(--white);
|
2023-01-13 00:43:54 +01:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin: 6px auto;
|
|
|
|
font-size: 1.87em;
|
|
|
|
}
|
|
|
|
|
|
|
|
section[role="start"] p a {
|
|
|
|
color: var(--highlight);
|
|
|
|
margin-top: 5px;
|
2022-11-15 21:57:14 +01:00
|
|
|
}
|