The best way to improve is by BUILDING
Here are 10 projects to practice
https://dev.to/bigsondev/10-projects-to-master-frontend-web-development-acm?context=digest
@etwebs
DEV Community
10 Projects to master Frontend & Web Development
Introduction Learning by hands-on code from day 1 is one of the coolest methods of getting...
👍5
🚀 Check out this amazing website developed by us!
🔗 Website KNM Training
They offer various courses to boost your skills Visit the site, explore the courses and let us know what you think! Drop a comment about your experience. 😊
💬 Join there Telegram channel
@Marveloues401
@etwebs
🔗 Website KNM Training
They offer various courses to boost your skills Visit the site, explore the courses and let us know what you think! Drop a comment about your experience. 😊
💬 Join there Telegram channel
@Marveloues401
@etwebs
🏆4🔥2❤1
This media is not supported in your browser
VIEW IN TELEGRAM
Check out this tool for mastering flexboxes!
Flexer is a CSS sandbox that makes it easy to create and arrange flexible layouts. Simply adjust element sizes and spacing, and the site generates clean flexbox CSS code for you.
🔗 flexer.dev
Perfect for quick prototyping or learning flexbox concepts
If it is interesting don't forget to react
@etwebs
Flexer is a CSS sandbox that makes it easy to create and arrange flexible layouts. Simply adjust element sizes and spacing, and the site generates clean flexbox CSS code for you.
🔗 flexer.dev
Perfect for quick prototyping or learning flexbox concepts
If it is interesting don't forget to react
@etwebs
🔥3
Powerful SEO extension for web developers
Meta Explorer is a FREE chrome extension that allows you to check SEO meta tags of any site you browse without any clicks
🔗 metaexplorer
@etwebs
Meta Explorer is a FREE chrome extension that allows you to check SEO meta tags of any site you browse without any clicks
🔗 metaexplorer
@etwebs
Looking for quick syntax reminders?
#Cheatography has over 6,000 cheat sheets covering programming languages, tools, and frameworks perfect for fast reference
🔗 Visit👉 cheatography.com
@etwebs
👍4❤1🔥1🤝1
What is overflow in CSS?
overflow controls what happens when content is too big for its boxIt can
show everything
(visible)cut it off
(hidden)add scroll (
scroll / auto)<div class="box">Very long text here...</div>
<style>
.box {
width: 200px;
height: 60px;
overflow: auto;
border: 1px solid #ccc; }
</style>@etwebs #css
❤1
⚡️ A great website for web developers!
It has ready made UI code you can use
Just copy the code and paste it into your project ✨
🔗 https://snipzy.dev/
Don't forget to react for more content like this
@etwebs
It has ready made UI code you can use
Just copy the code and paste it into your project ✨
🔗 https://snipzy.dev/
Don't forget to react for more content like this
@etwebs
👍7❤2
what about this
A website full of small CSS lessons with examples
Easy to follow and great for beginners
link https://cssreference.io
@etwebs
🔥5
A beautiful interactive tutorial from the Google Chrome team that will pump you up in web development
Inside are great materials on HTML, CSS, JS, accessibility, testing and a bunch of other useful stuff
https://web.dev/learn
@etwebs
Inside are great materials on HTML, CSS, JS, accessibility, testing and a bunch of other useful stuff
https://web.dev/learn
@etwebs
👍2
Here is a collection of patterns in pure CSS you can easily customize and take seamless backgrounds for yourself. The collection is regularly updated
Here the link https://www.magicpattern.design/tools/css-backgrounds
@etwebs
Here the link https://www.magicpattern.design/tools/css-backgrounds
@etwebs
❤4👍1
This HTML bug is unforgivable 👾
Not using the inputmode attribute on input elements is a serious mistake
inputmode tells the browser which on-screen keyboard to show the user for a particular input field Used with <input> and <textarea> elements
Improve UX by showing the appropriate keyboard for the input type
@etwebs
Not using the inputmode attribute on input elements is a serious mistake
inputmode tells the browser which on-screen keyboard to show the user for a particular input field Used with <input> and <textarea> elements
Improve UX by showing the appropriate keyboard for the input type
@etwebs
🔥9
#inspiration
Need some bento grid ideas? This website shows hundreds of real bento style designs used by popular websites
👉 https://bentogrids.com/
@etwebs #inspiration
Need some bento grid ideas? This website shows hundreds of real bento style designs used by popular websites
👉 https://bentogrids.com/
@etwebs #inspiration
🔥5❤1👍1