Learn CSS
789 subscribers
212 photos
5 videos
32 files
512 links
All info and tutorial of CSS
https://bio.link/learncss
For HTML: @html_web_learn
For CSS: @CSS_web_learn
For JS: @JavaScript_js_learn
For PHP: @learn_php_web
For Programming courses @Programmingworld_dev
For CEH,Cybersec: @CyberPunk_anonymous
Download Telegram
CSS border-style cheat sheet
Forwarded from Learn Web Development
Free website templates that you can use for your next project

1. Nice page

- Modern web technologies used in web templates, including HTML CSS JavaScript, and bootstrap

Link:

https://t.co/2LZP6izMEp

2. W3.CSS

- Originally developed by w3 schools which are fully responsive

https://t.co/maKYYzI8PA

3. All Free Download

- As the website name suggests, Free templates using HTML CSS JavaScript free website templates for free download.

https://t.co/W6NZCNAudY

4. Free CSS

- The free website templates over 3000 that are showcased here are open source, creative commons or totally free.

https://t.co/9IOL8wsa3Q

5. Start Bootstrap

- This is more than templates. Bootstrap themes, templates, and UI tools to help you start your next project!

https://t.co/WNFlTl5rkE

6. Tailwind Toolbox

- Free Tailwind CSS Templates, Components and Resources

https://t.co/5l08HJNW0W

7. Templated

- A collection of 867 simple CSS, HTML5 & Responsive site templates

https://t.co/Zycq6sJ5KQ

8. Dev Portfolio

- This is a GitHub repo for portfolio. Simply clone it and change it accordingly

9. Website templates

- 150+ Website Templates

https://t.co/jHCbnvgDtd
CSS Pro tip 🎨

You can change the styling of input type="range"
Customize the scrollbar of your website in few minutes
Create beautiful texts now with CSS background-clip property 👇

Choose a background and apply it your text.

Working on all modern browsers!
CSS Tip 🎨

If you have some fixed size element then use 𝙤𝙫𝙚𝙧𝙛𝙡𝙤𝙬: 𝙖𝙪𝙩𝙤

It will convert your element into scrollable element
2 Amazing CSS Helpers Tool that You're Not Using Yet.

-
justrem.​xyz

Easily and quickly convert pixel values into ram values

-
shapedivider.​app

Shape divider lets you generate custom shapes to use on your web pages.
10 🔥 VS Code Extensions

🔸 Themes & Visuals
⚙️ Material Theme
⚙️ Indent Rainbow
⚙️ Bracket Pair Colorizer
⚙️ Highlight Matching Tag
⚙️ Better Comments

🔸 Insights
⚙️ Git Lens
⚙️ WakaTime
⚙️ Import Cost

🔸 Debugging
⚙️ Debugger for Chrome
⚙️ Turbo Console Log
Learn CSS pinned «10 🔥 VS Code Extensions 🔸 Themes & Visuals ⚙️ Material Theme ⚙️ Indent Rainbow ⚙️ Bracket Pair Colorizer ⚙️ Highlight Matching Tag ⚙️ Better Comments 🔸 Insights ⚙️ Git Lens ⚙️ WakaTime ⚙️ Import Cost 🔸 Debugging ⚙️ Debugger for Chrome ⚙️ Turbo Console Log»
CSS pro tip 🎨

You can truncate text using 3 lines of CSS
CSS Pro Tip🎨

- Use negative "nth-child" and select element from 1 to n

For example, in this case, element from 1 to 4 will get selected
Have you heard of the "Lobotomized Owl" CSS selector

📌 It selects all the elements in the flow of the document that follow other elements
How do you set the order of CSS properties?

For clean code, I think the dependent property should be written later

For example,


div {
  display: flex;  
  flex-wrap: wrap;
}

div {
  position: relative;  
  top: 100px;
}
Cheat sheets.pdf
4.9 MB
CSS Layout Notes
Want to learn or improve CSS?

These 5 websites can help 👇
1️⃣ CSS reference

- CSS Reference is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated content

🖇️
https://cssreference.io/

2️⃣ Learn to code HTML and CSS

- Learn how to build beautiful and intuitive websites by way of clear and organized lessons

🖇️
https://learn.shayhowe.com/

3️⃣ CSS Layouts

- This site teaches the CSS fundamentals that are used in any website's layout.

🖇️
https://learnlayout.com/


4️⃣ CSS tutorial

- These tutorials on web design & CSS makes learning this stuff fun and easy

🖇️
https://www.csstutorial.net/

5️⃣ CSS cheat sheets

- Amazing CSS cheat sheet contains the most common style snippets

🖇️
https://htmlcheatsheet.com/css/
CSS tip 🎨

- You can create outline around your text using one line of CSS
Some amazing CSS animation libraries
👇


🔹minimamente .com/project/magic
🔸animxyz .com
🔹svgartista .net
🔸animate .style
🔹cssanimation .io