summaryrefslogtreecommitdiff
path: root/posts/fake-3d-elements-with-css.md
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-11 15:16:01 -0500
committerIkiWiki <ikiwiki.info>2023-12-11 15:16:01 -0500
commit22fe925e928bf95d546b7af47c35132be5869445 (patch)
treee387f95731db4332ca91caa000f43a0e312b18f7 /posts/fake-3d-elements-with-css.md
parent5472df8a5f8cf840e4752c24ef3b1ffc137cee4b (diff)
Diffstat (limited to 'posts/fake-3d-elements-with-css.md')
-rw-r--r--posts/fake-3d-elements-with-css.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/fake-3d-elements-with-css.md b/posts/fake-3d-elements-with-css.md
index 3e094ce..6a21a68 100644
--- a/posts/fake-3d-elements-with-css.md
+++ b/posts/fake-3d-elements-with-css.md
@@ -1,6 +1,5 @@
-# Faking 3D Elements with CSS
-
-2020-04-29
+[[!meta title="Faking 3D Elements with CSS"]]
+[[!meta date="2020-04-29"]]
Although not always practical, creating the illusion that some of your web elements are 3D can be a fun experiment. I set out to see if I was able to create such an illusion with only 2 HTML elements and as little CSS as possible.