Html Css js Frontend projects
9.83K subscribers
1.06K photos
137 videos
64 files
172 links
Advertisements Contact meπŸ‘‡πŸ»
@We_D5

Hello everyone you can learn interesting facts about coding in this channel πŸ’»

Perfluence
Download Telegram
πŸ”° All CSS Functions
πŸ”° πŸ”° Dynamic Background with CSS Painting API!!

The CSS Painting API allows you to create flexible, programmatic backgrounds that can dynamically adapt to element size and properties without using external images or heavy CSS animations.
πŸ”° Flexbox vs. Grid in CSS

Best Use Cases:

Flexbox - Perfect for navigation bars, aligning items within a section, or lists of items.


Grid - Great for complex, structured layouts like image galleries, web page templates, or dashboards.
πŸ‘1
πŸ”° File Paths in HTML

A file path tells the browser where to find a file (like an image, CSS file, or JavaScript script) relative to the current HTML document.


It’s like giving someone directions: are you pointing them to another room in the same house, or telling them to visit another building?
πŸ”° Creating simple blob shapes in css using border radius!

Create a square element with the required dimensions, and throw in some randomness with the border-radius property to achieve a cool blob shape.
πŸ”° Es6 code output interview questions