January 8, 2024

CSS Code Repo

Inline CSS

CSS tailwindcss Meaning Display
display: flex align-items: center gap: 2px flex items-center gap-2 Align items along the center of the container’s x-axis with a 2px gap between them image-20240108200000264
flex justify-content: space-between justify-between Display flex items with space between them image-20240108201103115
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); shadow-lg Box shadow large image-20240108201437186
box-shadow: 0 4px 6px -1px rgba(76, 81, 191, 0.2), 0 2px 4px -1px rgba(76, 81, 191, 0.2); shadow-blue-700/20 Box shadow blue with 20% opacity image-20240108203636814

External CSS



References

About this Post

This post is written by Andy, licensed under CC BY-NC 4.0.

#CSS