Posts

Showing posts from September, 2022

How to Setup and Run Redis in a Docker Container?

Image
  How to Setup and Run Redis in a Docker Container? The key takeaway here is that you can create color gradients with CSS hex code colors and alphas. But again, the fun doesn't end there. The truth is you can use multiple colors with alphas for an even richer end result. Just remember, the more colors and alpha values you add, the longer your output hex code will become. docker redis port 6379 By  Kaushal  on  Mar 11, 2021 docker pull redis docker run -p 6370:6370 --name some-name -d redis Add Comment 0 Both methods are different. The first one uses hex code in the color declaration whereas the second method uses the rgba function with RGB pre-defined color.

How To Use CSS Hex Code Colors with Alpha Values?

Image
  How To Use CSS Hex Code Colors with Alpha Values? The key takeaway here is that you can create color gradients with CSS hex code colors and alphas. But again, the fun doesn't end there. The truth is you can use multiple colors with alphas for an even richer end result. Just remember, the more colors and alpha values you add, the longer your output hex code will become. CSS opacity background color By  Lucas Juan  on  Jul 12, 2020 background : rgba ( 255 , 255 , 255 , 0.25 ) ; Add Comment 3 background opacity css hex By  Real Rattlesnake  on  Dec 21, 2020 background-color : #ff000088 ; < --- the 88 is the alpha background-color : #ff0000 50 % ;