mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
12 lines
175 B
CSS
12 lines
175 B
CSS
#example-heading-layout {
|
|
width: 100%;
|
|
display: flex;
|
|
position: relative;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#example-container {
|
|
padding: 0;
|
|
margin: 0;
|
|
} |