Forwarded from Programming World👨💻 (☠️Anonymus Venom☠️)
✨6 GitHub repositories that can help you as a developer✨
📌 Art of Command Line
Learning command line interface is always beneficial for developer. In this repo you'll find different section for Linux, windows and MAC commands
https://t.co/uF2RlcUIxb
📌 Front-end Developers Bookmarks
A huge collection of resources for frontend web developers including appearance, architecture, compatibility etc
https://t.co/1G1q7mmC0t
📌 CSS Pro Tip
As the repo name suggests, In this repo you'll find a lot of tips and tricks that can help you to become a CSS pro
https://t.co/5haB2xTWuz
📌 Awesome Interview Questions
In this repo you'll find a huge list of interviews questions divided in the various section in according to the language, frameworks and libraries
https://t.co/iXNMTENv46
📌 30 Seconds of Code
Short JavaScript code snippets for all your development needs
https://t.co/zWcmMtg2xa
📌 Awesome Design Patterns
A curated list of software and architecture related design patterns divided in the various categories. Definitely check it out.
https://t.co/Cg3xHXuTuF
Follow @Programmingworld_dev for more programming stuff
📌 Art of Command Line
Learning command line interface is always beneficial for developer. In this repo you'll find different section for Linux, windows and MAC commands
https://t.co/uF2RlcUIxb
📌 Front-end Developers Bookmarks
A huge collection of resources for frontend web developers including appearance, architecture, compatibility etc
https://t.co/1G1q7mmC0t
📌 CSS Pro Tip
As the repo name suggests, In this repo you'll find a lot of tips and tricks that can help you to become a CSS pro
https://t.co/5haB2xTWuz
📌 Awesome Interview Questions
In this repo you'll find a huge list of interviews questions divided in the various section in according to the language, frameworks and libraries
https://t.co/iXNMTENv46
📌 30 Seconds of Code
Short JavaScript code snippets for all your development needs
https://t.co/zWcmMtg2xa
📌 Awesome Design Patterns
A curated list of software and architecture related design patterns divided in the various categories. Definitely check it out.
https://t.co/Cg3xHXuTuF
Follow @Programmingworld_dev for more programming stuff
Check out these cool websites for icons👇
🔹
🔸
🔹
🔸
🔹
🔸
🔹
🔸
🔹
🔹
icons .getbootstrap.com
🔸
simpleicons .org
🔹
boxicons .com
🔸
css .gg
🔹
evil-icons .io
🔸
feathericons .com
🔹
heroicons .dev
🔸
teenyicons .com
🔹
iconpark .bytedance.com
CSS Tip🎨
You can pass emoji hex code in list-style-type to create custom list point
You can pass emoji hex code in list-style-type to create custom list point
Forwarded from Learn Html
✨3 websites I recommend every newbie to master their HTML and CSS skills✨
1.
2.
3.
1.
frontendmentor .io
2.
devchallenges .io
3.
awwwards .com
HTML and CSS templates👇🏻
🔹templatemo .com
🔸templated .co
🔹html5up .net
🔸mashup-template .com
🔹uideck .com
🔸onepagelove .com
🔹splawr .com
🔸W3.CSS templates
🔹tooplate .com
🔸free-css .com
🔹w3layouts .com
🔸nicepage .com
🔹html5-templates .com
🔹templatemo .com
🔸templated .co
🔹html5up .net
🔸mashup-template .com
🔹uideck .com
🔸onepagelove .com
🔹splawr .com
🔸W3.CSS templates
🔹tooplate .com
🔸free-css .com
🔹w3layouts .com
🔸nicepage .com
🔹html5-templates .com
Circle
- Pretty simple, we just need to make a square and apply the border-radius 50% in order to give it a circular shape .
- Pretty simple, we just need to make a square and apply the border-radius 50% in order to give it a circular shape .
Semi-circle
- Create a rectangle
- Apply border radius top left and top right same as height of the rectangle .
- Create a rectangle
- Apply border radius top left and top right same as height of the rectangle .