mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-04-18 11:00:17 -04:00
30 lines
593 B
CSS
30 lines
593 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Lemonada&display=swap');
|
|
h2 {
|
|
font-size: 40px;
|
|
margin-top: 10px;
|
|
text-align: center;
|
|
font-family: 'Lemonada', cursive;
|
|
}
|
|
.BulletedListBlock {
|
|
}
|
|
.TodoBlock {
|
|
font-weight: bold;
|
|
}
|
|
.SubheaderBlock {
|
|
list-style-type: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
font-size: 30px;
|
|
margin-top: 5px;
|
|
font-family: 'Lemonada', cursive;
|
|
}
|
|
.SubsubheaderBlock {
|
|
list-style-type: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
font-size: 30px;
|
|
margin-top: 5px;
|
|
font-family: 'Lemonada', cursive;
|
|
}
|
|
.TextBlock {
|
|
} |