Learn CSS
786 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
The border-image CSS property is used to create an image border around and element 🔲
The "column-count" property specifies the number of columns an element should be divided into
CSS in a nutshell 😅😂
I found an amazing grid cheat sheet website

Check it out


https://t.co/5DI0QR1WnO
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
Create 2D layout using CSS Grid

Negative numbers references on the borders are for grid-column and grid rows
Forwarded from Learn Html
3 websites I recommend every newbie to master their HTML and CSS skills

1. frontendmentor .io
2. devchallenges .io
3. awwwards .com
CSS positioning cheat sheet
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
CSS property 🌈

The box-reflect property is used to create an image reflection.
Circle

- 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 .
Triangle

- Creating a triangle is little bit tricky
- Set height and width as zero
- To make this, we draw a solid border and make the side border transparent