Einzene Buchstaben oder Wörter gestalten
Wenn man einzelne Buchstaben oder Wörter gestalten möchte, gibt man dem Tag span eine Klasse und gealtet sie mit dem css-code.
Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module
<p class="letters"><span>Y</span>our content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module <span2>Design</span2> settings and even apply custom CSS to this text in the module Advanced settings.</p>
<style>
.letters > span {
float:left;
transform: rotate(-31deg);
color:red;
font-size:6vw;
font-family:Prata;
}
.letters > span2{
float:left;
color:blue;
transform: rotate(5deg);
font-size:3vw;
}
</style>


