Mit Textboxen kann man Inhlte hervorheben oder auch optische Hilights setzen.
Da Zeta-Producer die Hinweisbox mit der Möglichkeit versehen hat eigenen CSS-Stil anzugeben lassen diese sich einfach anpassen.
Darstellung > CSS-Stil: border-radius: 25px;
TEXT
Darstellung > CSS-Stil: border-radius: 50%;
TEXT
Darstellung > CSS-Stil: border-radius: 60px;
TEXT
border-radius: 150px; border-top-right-radius: 20px; border-bottom-left-radius: 20px;
TEXT
border-radius: 50%; border-top-right-radius: 20px; border-bottom-left-radius: 20px;
TEXT
transform: rotate(45deg);
border-radius: 50%; border-style: solid; border-width: 15px;
border-radius: 25px; background: linear-gradient(120deg, rgb(30, 50, 230) 30%, rgb(90, 140, 250) 70%);
border-radius: 65px; border: 31px dotted #ffffff;
border-radius: 50%; border: 35px double #f22929;