css
This commit is contained in:
@ -1,4 +1,12 @@
|
||||
.underline
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.mehrspaltig
|
||||
{
|
||||
column-count: 2;
|
||||
column-gap: 10em;
|
||||
column-rule-style: double;
|
||||
height: 400vh;
|
||||
}
|
||||
Reference in New Issue
Block a user