This commit is contained in:
2023-02-13 00:57:26 +01:00
parent b6772fe008
commit 11db1d0aab
4 changed files with 20 additions and 5 deletions

View File

@ -1,4 +1,12 @@
.underline
{
text-decoration: underline;
}
.mehrspaltig
{
column-count: 2;
column-gap: 10em;
column-rule-style: double;
height: 400vh;
}