Web design source code
894 subscribers
235 photos
71 videos
82 files
44 links
Advertisements Contact meπŸ‘‡πŸ»
@We_D5
design web
source code free
https://t.iss.one/Web_design3
Download Telegram
Local Storage vs Session Storage

Choose Local Storage for persistent, cross-session data and Session Storage for temporary, tab-specific data, ensuring sensitive information is handled securely server-side.
❀3
πŸ”° Input types in HTML
❀1
A visualization of different flex axes in CSS, for different flex directions 😎
❀4
πŸ”° CSS: Text with image background

Here is how you can fill a piece of text with a background image which is still accessible! And here is how it works:

πŸ‘‰ Create a background image which fits a rectangular image for the box containing the text

πŸ‘‰ Clip the background to be visible only where there is text, using the background clip properly

πŸ‘‰ Finally set a transparent foreground color for the text itself such that the background is visible
❀5
This media is not supported in your browser
VIEW IN TELEGRAM
Skate jump game πŸ‚
https://t.iss.one/Web_design3
YOUR ONE REACTION MOTIVATES US πŸ₯Ίβ€οΈ

Source code πŸ‘‡πŸ‘‡
πŸ”₯5❀3
πŸ”° Custom Scrollbar in CSS
❀4πŸ‘2
πŸ”° CSS Select and element's parent

For a long time, in CSS land, developers were longing for a feature that allowed to select the parent of a particular element.

In this example, we have two .parent elements but with different children. With the :has() pseudo selector, we can select the parent of a particular child. With this we can apply some styling only to that particular parent.

This opens up a lot of possibilities such as

✨ Style a list when a particular element is hovered
✨ Style a card depending on whether or not it has an image
✨ Style a header depending on whether or not it has an hyperlink

The possibilities are endless πŸ”₯
❀3πŸ‘2
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ”° Responsive Card with CSS Flexbox ✨
❀4πŸ‘3πŸ₯°1
πŸ”° CSS: New Transform Syntax
❀2πŸ‘1
πŸ”… Loading Animation in CSS
❀3
This media is not supported in your browser
VIEW IN TELEGRAM
A recent addition to HTML and JavaScript was the Popover API - a set of useful JavaScript APIs and HTML attributes to easily create "modal" like windows inside your DOM.
❀4πŸ‘2
πŸ”° Highlight text with pure CSS.

:target-text brings precise, URL-based highlighting to modern apps without JavaScript.
❀1