Best of CSS — March 2023
- 1
- 2
- 3
Bits and Pieces·3y
15 Awesome CSS Properties You Need to Know 🎯
These CSS properties will help any developer build a project quickly and efficiently. I have included the CodePen link at the end of the article, where you can find all these examples in action. You can add the Glass Effect to your next project using a few lines of code. Glass effects are beautiful and add elegance to your design.
- 4
- 5
- 6
Community Picks·3y
Unleashing Your Power With Vue Animation
Learn how to create animations in Vue using CSS and GSAP (GreenSock Animation Platform), as well as how to create custom directives for animations. Unlock the power of animations in Vue to enhance user experience and make your applications stand out.
- 7
- 8
freeCodeCamp·3y
Learn Web Development from Harvard University (CS50 Web)
Learn web programming with Python and JavaScript from Harvard University's CS50's Web Programming course. Topics include HTML, CSS, Git, Python, Django, SQL, JavaScript, user interfaces, testing, scalability, and security. Watch the full course on the freeCodeCamp YouTube channel.
- 9
- 10
- 11
Deno·3y
You Don't Need a Build Step
Node's server-side JavaScript isn't compatible with browser JavaScript, because each implementation satisfies two entirely different systems. JavaScript was created for browsers where scripts/resources are imported asynchronously via URLs. Node is modularized, so code from different Node modules need to be bundled and minified to reduce code being shipped to the client.
- 12
- 13
- 14
- 15
- 16
- 17
Codrops·3y
Web Design & Development News: Collective #757
Share your insights on tools, processes, and habits that help you get more done in less time. Get inspired: Maximize your productivity as a developer and help shape the industry’s future. Participate in the Developer Productivity survey today to win amazon gift cards and other prizes worth over $200.
- 18
- 19
asayer·3y
Creating drop-down menus with CSS in 2023
Learn how to create effective and aesthetically pleasing dropdown menus with CSS in 2023. Explore the basics, enhance menus with CSS3, and make them responsive. Discover advanced techniques like creating multilevel menus and integrating with CSS frameworks.