1 2 3 4 5, and you've got a dynamic gallery implemented in CSS 🤩
The important property in this is auto flow, which is a very cool property!
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❤42🔥11👍5
🔅 CSS: Transforms and Transitions
🌐 Author: Patrick Carey
🔰 Level: Intermediate
⏰ Duration: 1h 56m
📗 Topics: Cascading Style Sheets
📤 Join Web Development for more courses
🌀 Create more visually interesting and dynamic websites. Learn how to build animated effects and 3D objects with CSS transforms and transitions.
Please open Telegram to view this post
VIEW IN TELEGRAM
❤19🔥2
Create more visually interesting and dynamic websites. Learn how to build animated effects and 3D objects using CSS transforms and transitions. Follow along with author Patrick Carey as he shows how to transition between properties such as color, background, opacity, and positioning, and adjust the timing and duration of transitions. Patrick explains how to perform 2D transformations, such as scaling, skewing, and rotating, as well as transformations in 3D. He shows how to transform objects along the X-, Y-, and Z-axis; use perspective; and create 3D objects such as animated cubes. Interactive demo pages are included with the exercise files, so you can practice what you've learned after each video.
Please open Telegram to view this post
VIEW IN TELEGRAM
❤18
Please open Telegram to view this post
VIEW IN TELEGRAM
❤17🔥2
Optimize a website's performance by consolidating multiple small icons or buttons into a single sprite image, reducing server requests and enhancing page load speed.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❤24🔥5👍2
Please open Telegram to view this post
VIEW IN TELEGRAM
👍30❤21🔥6
That's right, CSS inside HTML 😁
This element is not limited to just dimension based media queries, but rather any media query! So you could do things like
💭 Different images for different orientaations
💭 Different image if user prefers high contrast
💭 Different images for different color schemes (light, dark)
The possibilities are endless 🚀
At first, it might throw you off that we are writing CSS media queries inside HTML, but it is a necessity for this setup to work properly. Think about it 🤔 the browser has to choose an image to render, even before any CSS is loaded into the page!
This element is not limited to just dimension based media queries, but rather any media query! So you could do things like
💭 Different images for different orientaations
💭 Different image if user prefers high contrast
💭 Different images for different color schemes (light, dark)
The possibilities are endless 🚀
❤43👍6
Have you seen those websites which shows a list of brands or images with a marquee effect, that seem to go on forever? Here is a tutorial on how to implement exactly that 🤩 in CSS
❤42👍10🔥2