Web design & ๐Ÿ˜ƒ development
29.2K subscribers
499 photos
23 videos
67 files
762 links
Admin๐Ÿ‘ฎ @sreetamo @Tranjar

Get free resources for webdevelopment , html , CSS , JavaScript , reactjs , wordpress , Php , nodejs ...etc. Buy ads: https://telega.io/c/WebsiteDesignLearningGroup
๐Ÿ‘ฅGroup๐Ÿ‘ฅ @website_DesignLearning_Group
Download Telegram
๐Ÿ…๐Ÿ…Join our discussion group https://t.me/website_DesignLearning_Group
Css grid
๐Ÿ‘25โค5
Join our new channel to learn AI tools ๐Ÿ‘‰https://t.me/Aitechnologylearning

Join our new channel to learn the latest AI tools and techniques.

๐Ÿ’Ž Master powerful AI tools like ChatGPT, Midjourney, and Stable Diffusion.
๐Ÿ’ŽDiscover the limitless possibilities of AI and how it can enhance your creativity and productivity.
๐Ÿ’ŽExplore the vast world of AI and unlock its potential to transform your life and business.

Join our channel now: https://t.me/Aitechnologylearning
๐Ÿ‘5โค1
VS CODE SHORTCUTS

Follow us on Instagram๐Ÿ‘‡
https://www.instagram.com/web_design_development_learn
๐Ÿ‘8๐Ÿฅฐ3โค2
๐ŸŽจ Looking for the Best Resources for Front End Design? โค๏ธ


๐ŸŒˆ Color Sites:
1. colorhunt.co
2. klart.io
3. color.adobe.com
4. webkul.github.io
5. pigment.shapefactory.co

๐Ÿ’ป Sites To Download Fonts:
1. dafont.com
2. 1001fonts.com
3. fontsquirrel.com
4. fontfreak.com/fonts-new.htm

๐Ÿ–ผ Sites To Download Vector Logos:
1. seeklogo.com
2. logovector.net
3. logotypes101.com
4. logos-vector.com

๐Ÿ”ต Sites To Download Icons:
1. flaticon.com
2. freeicons.io
3. iconstore.co
4. iconfinder.com
5. digitalnomadicons.com
6. iconstore.co

๐Ÿ–Œ Brushes Download Sites:
1. brushking.eu
2. brusheezy.com/brushes
3. myphotoshopbrushes.com
4. fbrushes.com
5. gfxfever.com

๐Ÿ“ Sites To Download Files:
1. freepik.com
2. all-free-download.com
3. vecteezy.com
4. freeimages.com

๐Ÿ“ธ Sites To Download Mockups:
1. mockupsforfree.com
2. mockupworld.co
3. graphicburger.com
4. zippypixels.com

โœจ Inspiration Sites:
1. inspirationde.com
2. designspiration.net
3. pinterest.com
4. dribbble.com

๐ŸŽฅ Video Sites:
1. mixkit.co
2. coverr.co
3. motionplaces.com
4. videezy.com

๐Ÿ–ผ Photo Sites Without Background:
1. cleanpng.com
2. pngimg.com
3. footyrenders.com
4. pngtree.com

๐Ÿ“ท Photo Sites:
1. unsplash.com
2. pexels.com
3. pixabay.com
4. stocksnap.io
5. burst.shopify.com.

Explore these Incredible Resources and take your Front End UI/UX Projects to the next level.
๐Ÿ‘43โค16๐Ÿ”ฅ2๐Ÿ˜1
๐Ÿ”… Loading Animation in CSS
๐Ÿ‘35โค6๐Ÿ‘2
๐Ÿ”ด Join discussion group ๐Ÿ‘‰
https://t.me/website_DesignLearning_Group
๐Ÿ‘9โค4๐Ÿ‘1
โค14๐Ÿ‘4
โค๏ธLet us know what type of content are you looking for??
๐Ÿ˜4โค2๐Ÿ‘1
๐ŸŒŸ๐ŸŒŸ20 passive income ideas for web developers ๐ŸŒŸ๐ŸŒŸ

Create a WordPress plugin and sell it on the WordPress Plugin Repository.

Build a web application and charge a subscription fee for access.

Develop and sell website templates on platforms like ThemeForest.

Write an eBook on web development and sell it on platforms like Amazon Kindle.

Create a course on web development and sell it on platforms like Udemy or Coursera.
Develop a web-based tool or app and charge a subscription fee for access.

Build a premium version of a free plugin or theme and sell it on your own website.

Create a premium version of a free web application or tool and sell it on your own website.

Develop and sell a custom WordPress theme to clients.

Create a membership site that provides access to exclusive web development resources.

Build a SaaS (Software as a Service) product and charge a monthly subscription fee.

Develop and sell mobile apps for iOS or Android.

Create and sell digital products like stock images or graphics on platforms like Creative Market.

Build a community site and charge a membership fee for access.

Offer premium support or consulting services to clients who purchase your products.

Develop and sell a website hosting service.

Create and sell a website monitoring tool.

Develop and sell a website security service.

Create and sell a website backup and recovery service.

Offer a website maintenance service to clients who want to outsource their website management.

๐ŸŒŸ๐ŸŒŸ20 passive income ideas for web developers ๐ŸŒŸ๐ŸŒŸ

Join on telegram
https://t.me/WebsiteDesignLearningGroup
๐Ÿ‘18โค11๐Ÿ”ฅ2
Css em vs rem
#css
๐Ÿ‘14๐Ÿ‘3โค1
function createCounter() {
let count = 0;
return function() {
count += 1;
console.log(count);
};
}

const counter1 = createCounter();
counter1();
counter1();

const counter2 = createCounter();
counter2();
counter1();

What will be the output?? #javascript
๐Ÿ‘7โค1
<div class="parent">
<div class="child">Child</div>
</div>
:root {
--main-bg-color: blue;
}

.parent {
--main-bg-color: red;
background-color: var(--main-bg-color);
}

.child {
background-color: var(--main-bg-color);
}
๐Ÿ‘13โค3
๐Ÿ‘‰What will be the background color of the .child element?

#css #quiz
๐Ÿ‘8
JAVASCRIPT GAMEDEV FULL COURSE

๐Ÿ‘‰ https://youtu.be/GFO_txvwK_c
.
.
.
#javascript #gamedev #webdevelopment
๐Ÿ‘9