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 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
Trapezium

- Same as triangle but in this case we need to set some width
Parallelogram

- Create a rectangle
- Apply skew in order to tilt it
Hexagon

- Creating hexagon is very easy
- We need to make two trapeziums of same size but make sure that other trapezium should be upside down
- Align them perfectly