<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
body {
font-size: 15px;
color: #1c87c9;
}
.example1 {
background-color: #8ebf42;
color: #666;
}
.example2 {
background-color: #8ebf42;
color: #666;
all: inherit;
}
.example3 {
background-color: #8ebf42;
color: #666;
all: initial;
}
.example4 {
background-color: #8ebf42;
color: #666;
all: unset;
}
</style>
</head>
<body>
<h2>Beispiel für die Eigenschaft all</h2>
<hr>
<p>No all property:</p>
<div class="example1">
Ein Extrovertierter ist eine freundliche Person, die gerne mit anderen Menschen spricht und mit ihnen zusammen ist. Extrovertierte lieben Partys, telefonieren und neue Leute treffen.