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
100 Days, 100 HTML, CSS, and JavaScript Projects (Source Code)
Let's start creating all these projects in 100 days by making 1 project every day! ⚡️
@etwebs
100 project
Let's start creating all these projects in 100 days by making 1 project every day! ⚡️
@etwebs
100 project
CodeWithRandom
100 Day , 100 HTML CSS JavaScript Projects
With this 100 days of code, you will learn frontend well and learn to create great projects by yourself. You can also add these projects to your resume and
🔥4
JUST I WANT TO REPOST THE RESOURCES
Learning & Practice Platforms
Exercism – Practice coding with mentorship
web.dev/learn – Learn web fundamentals by Google
OverAPI – Quick developer cheat sheets
Picular – Google for colors
Flexer.dev – Flexbox practice playground
Cheatography – 6,000+ cheat sheets
CSS Resources
Snipzy – Ready-to-use CSS snippets
CSS Reference – Visual CSS reference
MagicPattern – Generate beautiful CSS backgrounds
Project-Based Learning
50 Mini Projects by Brad Traversy
10 Frontend Practice Projects
100 Days, 100 Projects
🔥 Bookmark this and start building daily! And Don't forget to react✌️
@etwebs
Learning & Practice Platforms
Exercism – Practice coding with mentorship
web.dev/learn – Learn web fundamentals by Google
OverAPI – Quick developer cheat sheets
Picular – Google for colors
Flexer.dev – Flexbox practice playground
Cheatography – 6,000+ cheat sheets
CSS Resources
Snipzy – Ready-to-use CSS snippets
CSS Reference – Visual CSS reference
MagicPattern – Generate beautiful CSS backgrounds
Project-Based Learning
50 Mini Projects by Brad Traversy
10 Frontend Practice Projects
100 Days, 100 Projects
🔥 Bookmark this and start building daily! And Don't forget to react✌️
@etwebs
❤🔥6🔥2❤1
Shortcuts.design a site with all the shortcut for VS Code,Figma , Photoshop and many other tools
🔗 Link: https://shortcuts.design/
@etwebs
🔗 Link: https://shortcuts.design/
@etwebs
🔥9
Less Common HTML Elements and How to Use Them in Your Code
HTML has a lot of tags that many people use every day, like <div>, <p>, and <a>. But there are also some hidden gems that often go unnoticed. These tags can help make websites more engaging, accessible, and meaningful without much extra effort.
READ MORE
https://www.freecodecamp.org/news/less-common-html-elements-and-how-to-use-them/
@etwebs
HTML has a lot of tags that many people use every day, like <div>, <p>, and <a>. But there are also some hidden gems that often go unnoticed. These tags can help make websites more engaging, accessible, and meaningful without much extra effort.
READ MORE
https://www.freecodecamp.org/news/less-common-html-elements-and-how-to-use-them/
@etwebs
It's been a while since I post here some resource
Web Skills is a platform focused on developing web development skills for all levels, from beginners to experienced professionals. Here you will find all the skills for a web developer with links to study the topic.
🔗Link:https://andreasbm.github.io/web-skills/
if you like the resource Don't forget to react and Share ☺️ 🤎
Web Skills is a platform focused on developing web development skills for all levels, from beginners to experienced professionals. Here you will find all the skills for a web developer with links to study the topic.
🔗Link:https://andreasbm.github.io/web-skills/
if you like the resource Don't forget to react and Share ☺️ 🤎
andreasbm.github.io
Web Skills
A visual overview of useful skills to learn as a web developer
👍4
😎 cool tool for CSS developers
Find hundreds of stylish CSS patterns and backgrounds, completely free. Just copy the code and use it in your projects immediately.
it is Perfect for
- creating striking hero sections
- developing modern dashboards and applications
- improving a portfolio with an emphasis on design
With this, your projects will really stand out :)
Link🔗 patterncraft.fun
if you like the resource Don't forget to react and Share ☺️ 🤎
@etwebs
Find hundreds of stylish CSS patterns and backgrounds, completely free. Just copy the code and use it in your projects immediately.
it is Perfect for
- creating striking hero sections
- developing modern dashboards and applications
- improving a portfolio with an emphasis on design
With this, your projects will really stand out :)
Link🔗 patterncraft.fun
if you like the resource Don't forget to react and Share ☺️ 🤎
@etwebs
👍2🔥1
✨ Frosted Glass Effect (Glassmorphism) ✨
Try it and 👍 If this was helpful!
@etwebs
<div class="glassmorphism"></div>
body {
width: 100%;
height: 100vh;
background: url("photo.png");
display: flex;
justify-content: center;
align-items: center;
}
.glassmorphism {
background: linear-gradient(135deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow: 0 8px 24px rgba(0,0,0,0.5);
border-radius: 20px;
height: 200px;
width: 500px;
}
Try it and 👍 If this was helpful!
@etwebs
👍5
🚀 Learn CSS in 20 Days – Step by Step
🔹 Day 01 → What is CSS | Syntax | Importing CSS
🔹 Day 02 → CSS Selectors
🔹 Day 03 → CSS Colors
🔹 Day 04 → Fonts | Background-color | Background-image
🔹 Day 05 → Background-repeat | Background-attachment | Background-position
🔹 Day 06 → CSS Units
🔹 Day 07 → Box Model (Padding, Margin, Border, Size, Box Sizing)
🔹 Day 08 → CSS Positions
🔹 Day 09 → Display Property
🔹 Day 10 → Table Styling
🔹 Day 11 → Layouts
🔹 Day 12 → Flexbox
🔹 Day 13 → Grid
🔹 Day 14 → Opacity
🔹 Day 15 → Overflow
🔹 Day 16 → Pseudo Classes
🔹 Day 17 → Pseudo Elements
🔹 Day 18 → Transitions
🔹 Day 19 → Animations
🔹 Day 20 → Gradients
@etwebs #css
🔹 Day 01 → What is CSS | Syntax | Importing CSS
🔹 Day 02 → CSS Selectors
🔹 Day 03 → CSS Colors
🔹 Day 04 → Fonts | Background-color | Background-image
🔹 Day 05 → Background-repeat | Background-attachment | Background-position
🔹 Day 06 → CSS Units
🔹 Day 07 → Box Model (Padding, Margin, Border, Size, Box Sizing)
🔹 Day 08 → CSS Positions
🔹 Day 09 → Display Property
🔹 Day 10 → Table Styling
🔹 Day 11 → Layouts
🔹 Day 12 → Flexbox
🔹 Day 13 → Grid
🔹 Day 14 → Opacity
🔹 Day 15 → Overflow
🔹 Day 16 → Pseudo Classes
🔹 Day 17 → Pseudo Elements
🔹 Day 18 → Transitions
🔹 Day 19 → Animations
🔹 Day 20 → Gradients
@etwebs #css
👍7