diff options
| author | s1n <[email protected]> | 2019-10-12 00:22:46 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-12 00:22:46 -0700 |
| commit | 78c43c975166476f8e52e3ee521d917c269f6844 (patch) | |
| tree | 22c36c1d43c86f4489becfaabec1cdb15bcd4027 /doc | |
| parent | del ghouly (diff) | |
| download | s1n.pw-admin-78c43c975166476f8e52e3ee521d917c269f6844.tar.xz s1n.pw-admin-78c43c975166476f8e52e3ee521d917c269f6844.zip | |
new 404 + many optimzations
Diffstat (limited to 'doc')
| -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 |