From 9c5e8babeafa033d817d3b68592c5e51dadc9063 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sat, 6 Aug 2022 06:50:06 -0700 Subject: [PATCH] :memo: Made note of css fluid animation tutorial --- aliases | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliases b/aliases index f55d4f81..e3fc7407 100644 --- a/aliases +++ b/aliases @@ -335,6 +335,9 @@ alias cssbattle="librewolf https://cssbattle.dev/ &" #egghead.io has a lot of free courses alias egghead="librewolf https://egghead.io/ &" +# cool video on fluid animation in css: +# https://egghead.io/lessons/css-build-a-fluid-loading-animation-in-css + # Hardening your Web Applications and Other Security related stuff # for hardening nginx alias nginx_harden="librewolf https://gist.github.com/plentz/6737338 &"