Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
HTML:
<a class="header" href="url.html">Blah</a>
CSS:
a.header { color: #000; }
<style type="text/css">
#header a { color: red; }
#body a { color: #56ff03; }
#footer a { color: blue; }
</style>
<div id="header">
<a href="[URL unfurl="true"]http://www.google.com">Red</a>[/URL]
</div>
<div id="body">
<a href="[URL unfurl="true"]http://www.google.com">I[/URL] don't really know what color</a>
</div>
<div id="footer">
<a href="[URL unfurl="true"]http://www.google.com">Blue</a>[/URL]
</div>