Skip to content

Instantly share code, notes, and snippets.

View npofopr's full-sized avatar
🙃

Vladislav Altyncev npofopr

🙃
View GitHub Profile
@npofopr
npofopr / Get UiKit 3 scss & css variables color
Last active June 11, 2019 07:55
Variables Theme use this with a basic uikit
/*
Variables Theme
use this with a basic uikit
Change [data-theme="default"] for body
https://gist.github.com/npofopr/af373c6d02958c913ad32f2d7b945996
https://codepen.io/npofopr/pen/MdjZON
*/
:root, [data-theme="default"] {
--primary: 266, 100%;
@npofopr
npofopr / lazy-loading.html
Created January 31, 2020 07:17 — forked from droganaida/lazy-loading.html
Intersection Observer + custom lazy loading demo
<html>
<head>
<title>Lazy loading by #Blondiecode</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: Arial, "Helvetica Neue", Helvetica, serif;
}
footer {