ended8월 5일· 1 sources

We finally learned to center a div, then browsers added sidebars

Why it matters

Centering a div used to require this little ritual: .thing { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } These days, it is almost disappointingly easy: body { display:...

1
Sources
+0
24h
Growth
3d
Active

Sources

Related Issues