diff options
Diffstat (limited to 'doc/vertical-center.txt')
| -rw-r--r-- | doc/vertical-center.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/vertical-center.txt b/doc/vertical-center.txt new file mode 100644 index 0000000..f747346 --- /dev/null +++ b/doc/vertical-center.txt @@ -0,0 +1,4 @@ +.example { + display: flex; + align-items: center; +}
\ No newline at end of file |