🔅 CSS Essential Training
🌐 Author: Christina Truong
🔰 Level: Beginner
⏰ Duration: 5h 26m
📗 Topics: Cascading Style Sheets
📤 Join Webdev Training for more courses
🌀 Explore the concepts that form the foundation of CSS. Learn how to select content, style text, manage layouts, and more as you work on a series of real-world projects.
Please open Telegram to view this post
VIEW IN TELEGRAM
👍44❤11🔥2😁2
Please open Telegram to view this post
VIEW IN TELEGRAM
👍21❤13🔥9
🔅 SSL for localhost takes 5 seconds now
Setting up SSL for localhost traditionally requires tedious manual configurations and repetitive steps. However, Ophiuchi simplifies the process by automatically generating certificates, updating the hosts file, providing an integrated web server, and ensuring instant trust. It saves time and allows developers to focus on building software.
🔗 Link to the article
Setting up SSL for localhost traditionally requires tedious manual configurations and repetitive steps. However, Ophiuchi simplifies the process by automatically generating certificates, updating the hosts file, providing an integrated web server, and ensuring instant trust. It saves time and allows developers to focus on building software.
🔗 Link to the article
👍47❤12👎4🤪3🔥1
Amy wanted to programatically bring her (cursive) handwriting into some diagrams she was making and figured out how to make it happen with p5.js
🔗 Link to the article
Please open Telegram to view this post
VIEW IN TELEGRAM
👍27🔥10❤7🤝5🥰3
Media is too big
VIEW IN TELEGRAM
🔅 How to Turn Figma Designs into Working Code using AI
✏️ Course developed by @aniakubow
Sample Figma design to follow along: Link
⭐️ Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:01:54) What is Figma?
⌨️ (0:02:22) The design
⌨️ (0:06:28) Locofy Lightning and LocoAI
⌨️ (0:25:18) Let’s build out our app!
⌨️ (0:40:45) Sync to GitHub
⌨️ (0:49:40) Create a Database
⌨️ (0:54:49) Create Authentication
⌨️ (1:28:20) Let’s deploy our app!
Learn how to turn Figma designs into code using AI. In this course, you will learn how to easily create and deploy frontend code starting with just a design.
✏️ Course developed by @aniakubow
Sample Figma design to follow along: Link
⭐️ Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:01:54) What is Figma?
⌨️ (0:02:22) The design
⌨️ (0:06:28) Locofy Lightning and LocoAI
⌨️ (0:25:18) Let’s build out our app!
⌨️ (0:40:45) Sync to GitHub
⌨️ (0:49:40) Create a Database
⌨️ (0:54:49) Create Authentication
⌨️ (1:28:20) Let’s deploy our app!
👍73❤17🔥9👎4👏3
It’s easy to get lost in a sea of CSS frameworks and libraries, each promising easier styling and smoother layouts. But amidst this abundance, the modern CSS features we have today offer simpler and more flexible approaches without the added dependencies or abstractions.
Please open Telegram to view this post
VIEW IN TELEGRAM
👍22
A thorough, detailed exploration of the various pain points that the widely supported CSS 'gap' property solves. Lots of code examples and demos here to help you get a solid understanding of things.
🔗 Link to the article
Please open Telegram to view this post
VIEW IN TELEGRAM
👍9❤4🔥1
🔅 CSS: Variables and Fluid Layouts
🌐 Author: Jen Kramer
🔰 Level: Advanced
⏰ Duration: 2h 2m
🌀
📗 Topics: Cascading Style Sheets
📤 Join Webdev Training for more courses
🌀
Learn how to leverage recent advances in CSS to more efficiently build sites with a single design that adapts readily to different screens and environments.Please open Telegram to view this post
VIEW IN TELEGRAM
👍27❤5🔥2🥰2
Please open Telegram to view this post
VIEW IN TELEGRAM
👍15❤2
If you are looking to spice up 🌶 your lists in css , then the ::marker pseudo element is the perfect friend.
This element supports a selective few properties that you can override, such as the content itself (as seen in this example) or text and color properties, like font family, size etc ...
This is applicable to both unordered and ordered lists!
Please open Telegram to view this post
VIEW IN TELEGRAM
👍49🔥16❤11😎3🥰2
Hey coders! Today, I bring you a complete beginner’s guide to Sass, one of the most popular and optimized CSS pre-processors available out there. 🚀🌎
☝️ Sass stands for Syntactically Awesome Stylesheet. It is completely free and perfectly compatible with all versions of CSS. Being a pre-processor, Sass extends the default capabilities of CSS and enables us to use programming language features in our code. 🦄
Some key features of Sass include:
🏷 Variables: Store reusable values like colors, fonts, or any CSS value to make your stylesheets more maintainable. Example: $primary-color: #333;
🪜 Nesting: Nest your CSS selectors in a way that follows the same visual hierarchy of your HTML, making your styles more readable.
🧩 Mixins: Create reusable blocks of styles that can be included in other selectors. They can accept arguments for dynamic behavior. Basically reusable CSS blocks, include with @include.
🧮 Functions: Define reusable functions that return a value, useful for calculations or value manipulations, normally being used within CSS properties. Sass also provides with some built-in functions, such as “darken($color, $amount)” which makes a color darker or “percentage($number)” which converts a number to a percentage.
📦 Modules: Just like any other programming language, Sass lets you organize your code into separate files and use the @use rule to load them, helping to keep your styles maintainable.
👑 Inheritance: Share a set of CSS properties from one selector to another using the @extend directive, making your code DRY.
➕➗ Operators: Perform mathematical operations directly within your Sass code to dynamically calculate values without resorting to the calc() function.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍53❤19🔥5💅3