mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
48 lines
583 B
CSS
48 lines
583 B
CSS
#startPage-Heading {
|
|
margin-top: 20px;
|
|
margin-bottom: 10px;
|
|
font-size: 50px;
|
|
}
|
|
|
|
#horizontalLine {
|
|
align-self: center;
|
|
width: 55em;
|
|
max-width: 100%;
|
|
min-height: 1px;
|
|
}
|
|
|
|
#textContainer {
|
|
max-width: 55em;
|
|
}
|
|
|
|
#linkContainer {
|
|
margin: 0;
|
|
}
|
|
|
|
#slideProgress {
|
|
width: 55em;
|
|
max-width: 100%;
|
|
margin-top: 30px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#startPage {
|
|
padding: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
|
|
#slideShow {
|
|
height: 500px;
|
|
width: 100%;
|
|
}
|
|
|
|
#startpage-footer {
|
|
position: sticky;
|
|
bottom: 1em;
|
|
background-color: white;
|
|
width: 100%;
|
|
}
|