diff options
Diffstat (limited to 'posts/aui.md')
-rw-r--r-- | posts/aui.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/posts/aui.md b/posts/aui.md index 2aa7fdb..fa6786b 100644 --- a/posts/aui.md +++ b/posts/aui.md @@ -4,10 +4,9 @@ Though it may feel like nostalgia, the old OS design for Mac was arguably better than the current iteration (as of this writing - High Sierra). I recently designed a quick Dribbble shot showcasing how the older operating system used to have so much more character and depth. -<figure> -<img src="/public/images/aqua-ui-css-buttons.webp" alt="Old macOS Buttons"> -<figcaption>My initial Dribbble shot, which can be found <a href="https://dribbble.com/shots/4561658-Aqua-Buttons-UI">here</a>.</figcaption> -</figure> +![Old macOS Buttons](/public/images/aqua-ui-css-buttons.webp) + +*My initial Dribbble shot, which can be found [here](https://dribbble.com/shots/4561658-Aqua-Buttons-UI)* Since I've been wanting to dip my toes into more tutorial-based articles (maybe I'll even do some screencasts in the future), I decided to start out simple. Let's walk through how to implement these 'aqua' UI buttons with pure CSS. |