12 lines
170 B
CSS
12 lines
170 B
CSS
.underline
|
|
{
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.mehrspaltig
|
|
{
|
|
column-count: 2;
|
|
column-gap: 10em;
|
|
column-rule-style: double;
|
|
height: 400vh;
|
|
} |