Videos

Video thumbnail for Drop shadow be a Gradient - CSS Animated Gradient Shadow Effects - Quick HTML, CSS Tips & Tricks
07:01
Icon for www.youtube.comyoutube.com › watch

Drop shadow be a Gradient - CSS Animated Gradient Shadow Effects - Quick HTML, CSS Tips & Tricks

Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D ------------------ Join Our Channel Membership And Get Source Code Everyday Join : https://www.youtube.com/channel/UCbwXnUipZsLfUckBPsC7Jog/join ...
YouTube
· Mar 22, 2018
Video thumbnail for CSS box-shadows - how to make them look good
14:26
Icon for www.youtube.comyoutube.com › watch

CSS box-shadows - how to make them look good

Knowing how to use the box-shadow property is one thing. Using it in ways that actually make your designs better is a completely different story! This video is all about how to use CSS box shadows in ways that enhance your designs. First I look at the very basics, which is pretty much to make them really subtle. If you think that it's too ...
YouTube
· Apr 11, 2018
Video thumbnail for CSS Box-Shadow tutorial: the basics
12:31
Icon for www.youtube.comyoutube.com › watch

CSS Box-Shadow tutorial: the basics

Box shadows are a fantastic way to add depth and that little special something to your website. They are part of a lot of design systems, most famously Google's Material Design, and for good reason, they can really bring things to another level. Before we dive into how to use them effectively though, it's important that you understand how the ...
YouTube
· Apr 4, 2018
Video thumbnail for Mastering in CSS3 Box Shadow From Beginner To Expert
07:52
Icon for www.youtube.comyoutube.com › watch

Mastering in CSS3 Box Shadow From Beginner To Expert

Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D ------------------ In this tutorial you will Learn How To Create Different CSS Box Shadow Effects Effects in just 8 minutes Part 02 : Mastering in CSS3 Box-ShadowFrom ...
YouTube
· Mar 13, 2020
Video thumbnail for Create an animated, glowing, gradient border with CSS
08:27
Icon for www.youtube.comyoutube.com › watch

Create an animated, glowing, gradient border with CSS

Inspired by a codepen by Gayane Gasparyan - https://codepen.io/gayane-gasparyan/pen/jOmaBQK - I took my own attempt to create a rotating gradient border, including a nice soft glow. To do it, I use @property, which doesn't have fantastic browser support, but near the end of the video I look at why that's not really a big deal 🙂 🔗 Links My ...
YouTube
· Mar 16, 2023
Video thumbnail for Why are there two ways to make shadows in CSS? box-shadow vs filter: drop-shadow()
09:39
Icon for www.youtube.comyoutube.com › watch

Why are there two ways to make shadows in CSS? box-shadow vs filter: drop-shadow()

There are a few different ways to create shadows in CSS, so in this video, I look at the difference between two of them: box-shadow and filter: drop-shadow(). The other filter properties: https://developer.mozilla.org/en-US/docs/Web/CSS/filter -- Come hang out with other dev's in my Discord Community 💬 https://discord.gg/nTYCvrK --- Keep up ...
YouTube
· May 27, 2020
Video thumbnail for Advanced CSS borders (animations, shapes, object-fit) — web design tutorial
07:15
Icon for www.youtube.comyoutube.com › watch

Advanced CSS borders (animations, shapes, object-fit) — web design tutorial

Borders are one of the few things on the web that contribute to an element’s size, unless the element has explicit dimensions set. This lesson covers how to set CSS border radius properties, border styles, border colors — and expands into animations, overflow, and even more advanced CSS properties like object-fit, which can be used to ...
YouTube
· Aug 29, 2020
Video thumbnail for CSS Realistic Image Shadow | Quick CSS Tricks
03:28
Icon for www.youtube.comyoutube.com › watch

CSS Realistic Image Shadow | Quick CSS Tricks

Click For More : https://www.youtube.com/c/OnlineTutorials4Designers/videos?sub_confirmation=1 ------------------ Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D CSS Infinity Course : https://www.udemy.com/course ...
YouTube
· Mar 17, 2023
Video thumbnail for CSS - Borders
05:28
Icon for www.youtube.comyoutube.com › watch

CSS - Borders

CSS - Borders Watch more Videos at https://www.tutorialspoint.com/videotutorials/index.htm Lecture By: Mr. Anadi Sharma, Tutorials Point India Private Limited.
YouTube
· Jan 17, 2018
Video thumbnail for Creative CSS Gradient Border Cards | How to Create CSS Gradient Border
08:11
Icon for www.youtube.comyoutube.com › watch

Creative CSS Gradient Border Cards | How to Create CSS Gradient Border

Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D Another Course : Build Complete Real World Responsive Websites from Scratch https://www.udemy.com/course/complete-responsive-website-design-from-scratch/?referralCode ...
YouTube
· Feb 1, 2021
Video thumbnail for Awesome CSS Border Animation | Quick CSS Animation Effects @OnlineTutorialsYT
04:15
Icon for www.youtube.comyoutube.com › watch

Awesome CSS Border Animation | Quick CSS Animation Effects @OnlineTutorialsYT

Click For More : https://www.youtube.com/c/OnlineTutorials4Designers/videos?sub_confirmation=1 ------------------ Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D CSS Infinity Course : https://www.udemy.com/course ...
YouTube
· Jul 9, 2022
Video thumbnail for Animated Glowing Border // Easy to Customize CSS Effect
50:03
Icon for www.youtube.comyoutube.com › watch

Animated Glowing Border // Easy to Customize CSS Effect

I was inspired to try and recreate a Dribble shot by Aaron Iker - https://dribbble.com/shots/17674758-Button-Glow 🔗 Links The Dribbble shot that inspired this: https://dribbble.com/shots/17674758-Button-Glow Conic CSS by Adam Argyle: https://www.conic.style/ The finished code: https://codepen.io/kevinpowell/pen/rNrdzdx ⌚ Timestamps 00:00 ...
YouTube
· Feb 9, 2023
Video thumbnail for Multiple elements with one shadow with CSS
07:42
Icon for www.youtube.comyoutube.com › watch

Multiple elements with one shadow with CSS

Shadows are popular with CSS, but sometimes we have many nested items that we want to share one singular shadow, instead of each one having its own, so I take a look at how to do that using the filter property in this video. 🔗 Links Higher performance animated shadows: https://youtu.be/u6Rur7G8HNY Codepen: https://codepen.io/kevinpowell/pen ...
YouTube
· Mar 10, 2022
Video thumbnail for Mastering in CSS3 Box-Shadow From Beginner to Expert 02 | Box Shadow and Neumorphism in Html & CSS
03:59
Icon for www.youtube.comyoutube.com › watch

Mastering in CSS3 Box-Shadow From Beginner to Expert 02 | Box Shadow and Neumorphism in Html & CSS

Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D Another Course : Build Complete Real World Responsive Websites from Scratch https://www.udemy.com/course/complete-responsive-website-design-from-scratch/?referralCode ...
YouTube
· Oct 30, 2020
Video thumbnail for Awesome CSS Border Animation | Quick CSS3 Animation Effects
04:13
Icon for www.youtube.comyoutube.com › watch

Awesome CSS Border Animation | Quick CSS3 Animation Effects

Click For More : https://www.youtube.com/c/OnlineTutorials4Designers/videos?sub_confirmation=1 ------------------ Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D CSS Infinity Course : https://www.udemy.com/course ...
YouTube
· Oct 2, 2021
Video thumbnail for Awesome Border Animation Effects using CSS repeating-conic-gradient
05:06
Icon for www.youtube.comyoutube.com › watch

Awesome Border Animation Effects using CSS repeating-conic-gradient

Get Master Frontend: Zero to Hero ebook Now👇 https://bit.ly/3E40YEV ------------------ Click For More : https://www.youtube.com/c/OnlineTutorials4Designers/videos?sub_confirmation=1 ------------------ Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to ...
YouTube
· Jul 24, 2023
Video thumbnail for How To Create CSS Gradient Border - Css Quick Tips And Trick - Pure Css Tutorials
03:24
Icon for www.youtube.comyoutube.com › watch

How To Create CSS Gradient Border - Css Quick Tips And Trick - Pure Css Tutorials

Please LIKE our NEW Facebook page for daily updates... https://www.facebook.com/Online-Tutorial-Html-Css-JQuery-Photoshop-1807958766120070/
YouTube
· Jul 1, 2017
Video thumbnail for CSS Skewed Border | Creative Box Border Hover Effects | Html CSS
07:48
Icon for www.youtube.comyoutube.com › watch

CSS Skewed Border | Creative Box Border Hover Effects | Html CSS

Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D Another Course : Build Complete Real World Responsive Websites from Scratch https://www.udemy.com/course/complete-responsive-website-design-from-scratch/?referralCode ...
YouTube
· Mar 11, 2019
Video thumbnail for HTML & CSS for Beginners Part 12: The CSS Box Model - Margin, Borders & Padding explained
18:52
Icon for www.youtube.comyoutube.com › watch

HTML & CSS for Beginners Part 12: The CSS Box Model - Margin, Borders & Padding explained

A deep dive into the CSS Box Model. In this video I look at what the CSS box model is, breaking down margin, padding and borders. It's a bit of a longer video than most in this series as it covers a lot! This video is part of a large series introducing HTML & CSS to people who have never used it before. The goal of this series is to give you a ...
YouTube
· Nov 3, 2016
Video thumbnail for CSS box-shadow vs filter: drop-shadow() | Example For Beginners
05:19
Icon for www.youtube.comyoutube.com › watch

CSS box-shadow vs filter: drop-shadow() | Example For Beginners

Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D Another Course : Build Complete Real World Responsive Websites from Scratch https://www.udemy.com/course/complete-responsive-website-design-from-scratch/?referralCode ...
YouTube
· Aug 30, 2020
Video thumbnail for CSS Gradient Drop Shadow | Quick CSS Tips & Tricks
02:51
Icon for www.youtube.comyoutube.com › watch

CSS Gradient Drop Shadow | Quick CSS Tips & Tricks

Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D Another Course : Build Complete Real World Responsive Websites from Scratch https://www.udemy.com/course/complete-responsive-website-design-from-scratch/?referralCode ...
YouTube
· Oct 3, 2020
Video thumbnail for HTML & CSS for Absolute Beginners: Box model - Borders
07:13
Icon for www.youtube.comyoutube.com › watch

HTML & CSS for Absolute Beginners: Box model - Borders

🎓 Enroll in this course for FREE - get additional lessons, written content, interactive exercises, and more: learn.kevinpowell.co 📂 Get the course files here: https://www.dropbox.com/scl/fo/kusdjekuytcaa3of0vtd4/AChRHcF13pNi93JWusfLW9A?rlkey=tbrbxnabsi52u6onal9rh7fwm&st=iyo2wujq&dl=0 Footer color: #6E84CF Learn to build websites from ...
YouTube
· Jan 10, 2025
Video thumbnail for Advanced CSS Border Radius Tutorial
06:37
Icon for www.youtube.comyoutube.com › watch

Advanced CSS Border Radius Tutorial

Welcome, all we will see Advanced Border Radius in CSS in Hindi. Link for Source Code: https://www.thapatechnical.com/2019/05/advanced-css-border-radius-tutorial.html DONATION FOR SUPPORT: PhonePay = vinodbahadur@ybl GooglePay: vbthapa55@oksbi Believe me, all this money will be used to make more quality videos and to make my channel grow. So ...
YouTube
· May 4, 2019
Video thumbnail for How To Create Inverted border-radius Card With CSS @KevinPowell | CSS Curve Outside
08:16
Icon for www.youtube.comyoutube.com › watch

How To Create Inverted border-radius Card With CSS @KevinPowell | CSS Curve Outside

This Idea Inspired By Kevin Powell's Videos https://www.youtube.com/watch?v=khjVPkO35F0 ------------------ Click For More : https://www.youtube.com/c/OnlineTutorials4Designers/videos?sub_confirmation=1 ------------------ Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from ...
YouTube
· May 26, 2023
Video thumbnail for Build a Curvaceous Homepage // Wavy Background Tutorial with SVG & CSS
11:43
Icon for www.youtube.comyoutube.com › watch

Build a Curvaceous Homepage // Wavy Background Tutorial with SVG & CSS

Learn how to design a website with curved or wavy backgrounds using HTML and CSS. Then take things to the next level by adding a morphing SVG animation with JavaScript https://fireship.io/lessons/wavy-backgrounds/ #webdev #css #tutorial 🔗 Resources Code https://github.com/fireship-io/wavy-curvey-blobby-website Shape Driver https://www ...
YouTube
· Aug 19, 2021
Video thumbnail for Learn CSS Box Model In 8 Minutes
08:22
Icon for www.youtube.comyoutube.com › watch

Learn CSS Box Model In 8 Minutes

🚨 IMPORTANT: Learn CSS Today Course: https://courses.webdevsimplified.com/learn-css-today?utm_medium=video-description-no-mention&utm_source=youtube&utm_campaign=css-box-model In this video I will be explaining the most important concept of CSS. The box model. Everything in CSS is made of boxes so it is crucial to understand how the CSS box ...
YouTube
· Mar 16, 2019
Video thumbnail for Image Hover Text Overlay Effect with HTML & CSS - Web Design Tutorial
11:37
Icon for www.youtube.comyoutube.com › watch

Image Hover Text Overlay Effect with HTML & CSS - Web Design Tutorial

View the Code and CodePen: https://dcode.domenade.com/tutorials/image-hover-text-effect-html-css In today's video I'll be showing you how to create an "image hover text" effect using HTML and CSS. This is perfect for photo galleries or company websites when listing employees. Support me on Patreon: https://www.patreon.com/dcode - with enough ...
YouTube
· Jul 2, 2020
Video thumbnail for box-sizing: border-box explained
05:22
Icon for www.youtube.comyoutube.com › watch

box-sizing: border-box explained

You probably see box-sizing: border-box used all over the place. I use it in my tutorials, it's used in most written and video content I see. In this video, I take a look at what border-box is, and why it's really awesome. CSS-Tricks article I mentioned in the video: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best ...
YouTube
· Mar 9, 2019
Video thumbnail for How to make shapes with CSS
18:35
Icon for www.youtube.comyoutube.com › watch

How to make shapes with CSS

It's pretty easy to makes shapes with only a small amount of HTML and some CSS. We have super simple options like border-radius, we've got slightly more complicated things we can do with pseudo elements, and if you need some really unique shapes, we can use clip-path. Border radius is nice for making some very simple shapes, and it's very easy ...
YouTube
· Mar 23, 2018
Video thumbnail for CSS Glowing Gradient Border Effects | Html CSS
03:14
Icon for www.youtube.comyoutube.com › watch

CSS Glowing Gradient Border Effects | Html CSS

My Amazon Shop link : https://www.amazon.in/shop/onlinetutorials Please LIKE our Facebook page for daily updates... https://www.facebook.com/Online-Tutorial-Html-Css-JQuery-Photoshop-1807958766120070/ Music Credit Track: Tobu - Roots [NCS Release] Music provided by NoCopyrightSounds. https://www.youtube.com/watch?v=7wNb0pHyGuI
YouTube
· Mar 28, 2019
Video thumbnail for Spacing on the web (padding, margin, and Occam's square) — web design tutorial
06:29
Icon for www.youtube.comyoutube.com › watch

Spacing on the web (padding, margin, and Occam's square) — web design tutorial

Learn the ins and outs of padding and margin to set spacing on web elements. We'll use practical design examples to demonstrate how to add space inside and outside of cards, images, headings, buttons, and Occam's square. 00:00 - Introduction 00:44 - Padding & margin on one side 01:43 - Padding & margin on both sides 02:17 - Padding & margin on ...
YouTube
· Aug 12, 2020
Video thumbnail for The border property you never knew you needed
14:25
Icon for www.youtube.comyoutube.com › watch

The border property you never knew you needed

The border-image property is a blast from the past for anyone who had to make buttons with round corners on them back in the 2000s, but these days we can use it for fun gradient effects too! 🔗 Links Mozilla border image generator: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Backgrounds_and_Borders/Border-image_generator ⌚ ...
YouTube
· Oct 11, 2022
Video thumbnail for Create interesting blob shapes with CSS
05:15
Icon for www.youtube.comyoutube.com › watch

Create interesting blob shapes with CSS

We can do more with border-radius than you might have thought! 🔗 Links The CodePen: https://codepen.io/kevinpowell/pen/PoQEPvG Fancy Border Radius Generator: https://9elements.github.io/fancy-border-radius/ ⌚ Timestamps 00:00 - Introduction 00:43 - Understand how it works 03:16 - The easy way 03:48 - Having fun with this #css # ...
YouTube
· Jun 7, 2022
Video thumbnail for Create borders with cut corners | fully responsive CSS and easy to adapt
24:10
Icon for www.youtube.comyoutube.com › watch

Create borders with cut corners | fully responsive CSS and easy to adapt

I was asked if we could make a button with cut corners, and it seemed like a fun challenge, and this is my solution! It involves a lot of custom properties and the setup is a little complex, but the custom properties make it easy to make changes down the line! 🔗 Links The code: https://codepen.io/kevinpowell/pen/bGLmORx How to pick units ...
YouTube
· Jun 21, 2022
Video thumbnail for CSS Outline vs Border - differences, advantages, and disadvantages
10:06
Icon for www.youtube.comyoutube.com › watch

CSS Outline vs Border - differences, advantages, and disadvantages

In this video, I explore the differences between CSS outline and border. Code: https://codepen.io/kevinpowell/pen/eYddGbV Debugging with outline: https://youtu.be/aJml1TTB2Pg /// Timestamps 00:00 - Introduction 00:40 - box-model 02:51 - individual sides on borders 04:06 - border-radius 05:41 - outline-offset 07:44 - fun use of outline-offset ...
YouTube
· Jan 5, 2021
Video thumbnail for CSS border effects without using borders
01:00
Icon for www.youtube.comyoutube.com › watch

CSS border effects without using borders

CSS borders are good and all, but they are a bit limiting. Luckily, we have outlines as well as box-shadows as alternatives that have some advantages over borders. #css -- Come hang out with other dev's in my Discord Community 💬 https://discord.gg/nTYCvrK Keep up to date with everything I'm up to https://www.kevinpowell.co/newsletter Come ...
YouTube
· Jul 12, 2023
Video thumbnail for Awesome CSS Border Animation & Image Hover Effects | Html CSS @OnlineTutorialsYT
08:37
Icon for www.youtube.comyoutube.com › watch

Awesome CSS Border Animation & Image Hover Effects | Html CSS @OnlineTutorialsYT

Click For More : https://www.youtube.com/c/OnlineTutorials4Designers/videos?sub_confirmation=1 ------------------ Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D CSS Infinity Course : https://www.udemy.com/course ...
YouTube
· Apr 20, 2022
Video thumbnail for Cool Css Border Animation - CSS3 Hover Effects - Pure CSS Tutorials - Plz SUBSCRIBE Us For more
09:42
Icon for www.youtube.comyoutube.com › watch

Cool Css Border Animation - CSS3 Hover Effects - Pure CSS Tutorials - Plz SUBSCRIBE Us For more

Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D ------------------ Join Our Channel Membership And Get Source Code Everyday Join : https://www.youtube.com/channel/UCbwXnUipZsLfUckBPsC7Jog/join ...
YouTube
· Apr 14, 2017
Video thumbnail for 3 Box Shadow Tricks You MUST Know
17:05
Icon for www.youtube.comyoutube.com › watch

3 Box Shadow Tricks You MUST Know

Box shadows can make things look nice, but they can also be used in unusual ways to pull off some fun effects as well! In this video, I look at three hacks that you can use with box-shadow: faking multiple borders, a modal 'background' with no extra markup, and a peeled corners effect. Codepen: https://codepen.io/kevinpowell/pen/XEPvrd --- I ...
YouTube
· Apr 18, 2018
Video thumbnail for How To Create An Image Hover Effect With CSS
12:39
Icon for www.youtube.comyoutube.com › watch

How To Create An Image Hover Effect With CSS

Image hover effects are some of the more popular types of animations in CSS. They are also surprisingly easy to implement. In this video I will show you how to create multiple customizable and modular hover animations that you can tweak and combine to your liking. 📚 Materials/References: GitHub Code: https://github.com/WebDevSimplified/css ...
YouTube
· Jan 22, 2022
Video thumbnail for One-liner to fix shadows, borders, and gradients that break multiple lines
00:51
Icon for www.youtube.comyoutube.com › watch

One-liner to fix shadows, borders, and gradients that break multiple lines

box-decoration-break: clone helps improve effects that we have one inline elements that break across multiple lines - You will need to use the -webkit- prefix for Chrome and Safari still!
YouTube
· Jul 11, 2024
Video thumbnail for How (and why) to use borders to make a CSS triangle (plus a scss mixin)
19:24
Icon for www.youtube.comyoutube.com › watch

How (and why) to use borders to make a CSS triangle (plus a scss mixin)

It's a little strange that you can make a triangle by using a border with CSS, but once you understand why you can do it, it not only makes sense, but it's also a lot easier to manipulate so you can get them exactly like you might need them to be. Not only do I look at how to make a css triangle with a border in this video, but also how it ...
YouTube
· Feb 13, 2019
Video thumbnail for CSS Soft Box Shadow Effect | Quick CSS Trick for Beginners
02:52
Icon for www.youtube.comyoutube.com › watch

CSS Soft Box Shadow Effect | Quick CSS Trick for Beginners

Click For More : https://www.youtube.com/c/OnlineTutorials4Designers/videos?sub_confirmation=1 ------------------ Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D CSS Infinity Course : https://www.udemy.com/course ...
YouTube
· Oct 27, 2021
Video thumbnail for Cool CSS box-shadow Example and Hover Effects | Quick CSS Tips & Tricks
02:40
Icon for www.youtube.comyoutube.com › watch

Cool CSS box-shadow Example and Hover Effects | Quick CSS Tips & Tricks

Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D Another Course : Build Complete Real World Responsive Websites from Scratch https://www.udemy.com/course/complete-responsive-website-design-from-scratch/?referralCode ...
YouTube
· Jul 25, 2020
Video thumbnail for Awesome CSS Border Animation Effect | Quick CSS Tricks
03:53
Icon for www.youtube.comyoutube.com › watch

Awesome CSS Border Animation Effect | Quick CSS Tricks

Click For More : https://www.youtube.com/c/OnlineTutorials4Designers/videos?sub_confirmation=1 ------------------ Enroll My Course : Next Level CSS Animation and Hover Effects https://www.udemy.com/course/css-hover-animation-effects-from-beginners-to-expert/?referralCode=90A9FFA7990A4491CF8D CSS Infinity Course : https://www.udemy.com/course ...
YouTube
· Jan 22, 2023
Video thumbnail for HTML CSS LOVE | Border Animation Effects
09:14
Icon for www.youtube.comyoutube.com › watch

HTML CSS LOVE | Border Animation Effects

Revolutionize projects with our advanced source code. Elevate innovation, accelerate development, and gain a competitive edge. Your key to success is here. Transform ideas into reality now. Get now more than 1000+ source code just by clicking on this link : https://www.patreon.com/onlinetutorials ------------------ Enroll My Course : Next Level ...
YouTube
· Sep 20, 2023
Video thumbnail for How to Add Shadows to Text with CSS - Web Design Tutorial
05:13
Icon for www.youtube.comyoutube.com › watch

How to Add Shadows to Text with CSS - Web Design Tutorial

In this video tutorial I'll be showing you how to add shadows to your text using CSS. This can be achieved by using the "text-shadow" CSS property, and it works in a very similar fashion to the "box-shadow" property. Support me on Patreon: https://www.patreon.com/dcode - with enough funding I plan to develop a website of some sort with a new ...
YouTube
· Dec 12, 2019
Video thumbnail for CSS 3 - Border Images
03:55
Icon for www.youtube.comyoutube.com › watch

CSS 3 - Border Images

CSS 3 - Border Images Watch more Videos at https://www.tutorialspoint.com/videotutorials/index.htm Lecture By: Mr. Anadi Sharma, Tutorials Point India Private Limited.
YouTube
· Jan 17, 2018
Video thumbnail for background-color - CSS: Cascading Style Sheets | MDN
Icon for developer.mozilla.orgdeveloper.mozilla.org › docs

background-color - CSS: Cascading Style Sheets | MDN

The background-color CSS property sets the background color of an element.
mozilla.org
· May 12, 2013
Video thumbnail for Animate CSS Shadows With This Trick...
05:47
Icon for www.youtube.comyoutube.com › watch

Animate CSS Shadows With This Trick...

Check out iCodeThis for free daily challenges: https://icodethis.com/?ref=kevin (affiliate link, so if you upgrade to a PRO account, you also help support this channel 🙂). When we have elements with shadows on them, and we animate them and want to have a realistic sense of depth, ideally, we also need to animate the shadow itself. This poses ...
YouTube
· Jul 4, 2023