Frontend Development Weekly Digest ๐ŸŽ - Week 31

3 min read

๐Ÿ†• Releases & Updates

๐Ÿ›  Tools & Resources

๐Ÿ” Explore More

๐Ÿ’ป CSS for Dummies

surfer

When you try to center a div but accidentally send your surfer to the stratosphere:

.surfer {
  position: absolute;
  top: -9999px;
  left: 50%;
}

Cited Sources:

  • logrocket.com
  • thenewstack.io
  • webdevsimplified.com
  • developer.chrome.com
  • bram.us
  • dev.to
  • freecodecamp.org
  • uxplanet.org
  • craftbettersoftware.com
  • histoire.dev
  • builder.io

๐Ÿ’ก Stay updated with the latest in frontend development. Follow the links for more insights.

โœจ Explore More:

--eof--