Small-Small Things Like
- Box Shadow
- Good Font
- Border
- Border Only on One Side
- Hover Effect
- Transitions
- Transform
- Filter: Grayscale
can Actually Make your UI Look Really Good
Few Things I Learnt (I will made more)
Making Div At Center (From Left Right) Mostly Used in Container
.container {
margin: auto;
width: 500px;
}
Top comments (0)