Skip to content

Commit ddfef56

Browse files
committed
Add actual screenshoot; update readme
1 parent 2fffc60 commit ddfef56

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const TITLE = 'Flex Cheatsheet';
22
const DESC = 'Demos for W3C CSS Flexbox Specification http://www.w3.org/TR/css-flexbox-1/';
33
const URL = 'https://yoksel.github.io/flex-cheatsheet/';
4-
const IMAGE = '';
4+
const IMAGE = '//yoksel.github.io/flex-cheatsheet/screenshot.png';
55
const GITHUB = 'https://github.com/yoksel/flex-cheatsheet/';
66
const COUNTER = '<!-- Yandex.Metrika counter --> <script type="text/javascript" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(65071600, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true, trackHash:true }); </script> <noscript><div><img src="https://mc.yandex.ru/watch/65071600" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter -->';
77
const HIGHLIGHT_GRID = 0;

readme.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Flexbox cheatsheet
22

3-
http://yoksel.github.io/flex-cheatsheet/
4-
53
The list of Flexbox properties with:
64

75
* live demos
86
* code snippets
97
* definitions from the [W3C Flexbox specification](https://www.w3.org/TR/css-flexbox-1/)
8+
9+
http://yoksel.github.io/flex-cheatsheet/
10+
11+
<img src="https://yoksel.github.io/flex-cheatsheet/screenshot.png"
12+
alt="Preview of Flex Cheatsheet" width="500"/>

src/screenshot.png

10.9 KB
Loading

0 commit comments

Comments
 (0)