Skip to content

Instantly share code, notes, and snippets.

View ka-seo's full-sized avatar

Andrew Klimov ka-seo

View GitHub Profile
@ka-seo
ka-seo / Custom Browsers Color.html
Created September 24, 2016 21:39
Set color toolbar in mobile browsers
<!-- Insert in head -->
<!-- Custom Browsers Color Start -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#000">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#000">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#000">
<!-- Custom Browsers Color End -->
@ka-seo
ka-seo / svg-inset.html
Created September 6, 2016 08:56
SVG image into HTML page
<svg width="175" height="115" class="image-svg">
<image xlink:href="image.svg" src="image.png" width="175" height="115" />
</svg>