Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
css:
a .change1:hover {
@inport: url('neues/stylesheet1.css');
}
a .change2:hover {
@inport: url('neues/stylesheet2.css');
}
html:
<a href="#" style="change1">Style 1</a>
<a href="#" style="change2">Style 2</a>