No video

Giving your FLAT Designs some DEPTH

  Рет қаралды 94,174

DesignCourse

DesignCourse

Күн бұрын

Пікірлер: 86
@DesignCourse
@DesignCourse 8 ай бұрын
POLL! Are you moving away from flat design as a UI/UX designer?
@outpost31737
@outpost31737 7 ай бұрын
No. Clients decide what they want not me.
@RealDevastatia
@RealDevastatia 6 ай бұрын
@@outpost31737 That's true for clients' websites, but you can choose what to do on your personal website. I haven't used flat design on my personal sites in decades.
@kalevro96
@kalevro96 6 ай бұрын
@@outpost31737 You have to advise your clients on what would give them better results, if a more attractive UI will give them better traffic, or please their target audience more, it's the designer+deverloper's responsibility to educate the client.
@mowax74
@mowax74 5 ай бұрын
@@outpost31737 Clients are stupid. You need to tell them what they want. It's your profession.
@AdamsTaiwan
@AdamsTaiwan 3 ай бұрын
Would like to see how to do CSS styles that look like Microsoft demo apps which the apps actually don't look like. This video is a step in that direction.
@s0l0r1d4
@s0l0r1d4 8 ай бұрын
a tip for the frontend developers, that photo trick can be done with CSS without the use of Photoshop, all you need to do is to use the filter property. Browser support variations apply of course.
@muzammilsiddiqui8771
@muzammilsiddiqui8771 8 ай бұрын
That will cause a huge performance load.....because that blur is too large
@s0l0r1d4
@s0l0r1d4 8 ай бұрын
@@muzammilsiddiqui8771 not really no, as long as the photo or the vector used is optimized performance won't be an issue
@blenderzegarek
@blenderzegarek 7 ай бұрын
​@@muzammilsiddiqui8771yeah... use 10mb image for background for better performance
@mfcmasterk
@mfcmasterk 7 ай бұрын
Welp i searched aurora background by code, end up here
@itsatomtech
@itsatomtech 6 ай бұрын
it really does put performance penalty...
@Mel_Linares
@Mel_Linares 8 ай бұрын
Reminder for anyone planning a design with text over gradients: be careful with color contrast! For flat colors there's only two colors to consider, for gradients there's several. Gradients can add to a design, but use them with care.
@nicelakleyn3272
@nicelakleyn3272 7 ай бұрын
Can also use the Gradient Map adjustment tool for even more colour customisation instead of tweaking in the hue/sat panel :) this is especially flexible when trying to match brand colours etc. Great video!
@marcosangelmedina5845
@marcosangelmedina5845 2 ай бұрын
Amazing video! Subscribed
@asimgiri4269
@asimgiri4269 8 ай бұрын
Or we can simply blur the background image in figma itself
@FalconTheFries
@FalconTheFries 7 ай бұрын
Damn, this is great tutorial, even for solo developers like me. I turned my site's boring mui to glassmorphic design.
@nazeefmasood
@nazeefmasood 8 ай бұрын
Would you also please make a video how to use this in website and animate it in the web?
@centerdepenter
@centerdepenter 8 ай бұрын
Banding vanishes if using 16 bit depth images
@faizanbaber
@faizanbaber 6 ай бұрын
this can be achieved in figma by placing another layer on top of image and applying background blurr to top layer
@Selenium117
@Selenium117 3 ай бұрын
How about doing it without photoshop and actually using CSS?
@AdamsTaiwan
@AdamsTaiwan 3 ай бұрын
Yes, I would like to know how to convert this to CSS.
@farhan-app
@farhan-app 8 ай бұрын
It's crazy because I was just looking into creating those blur shapes to make my design less flat - get out of my head!!
@Shawn-Mosher
@Shawn-Mosher 8 ай бұрын
How can you create this using pure CSS?
@canarymultimedia
@canarymultimedia 7 ай бұрын
15:58 and finally here's one with texture 😂 Yeah, if KZfaq wouldn't compress the video that it is just no more visible 😉
@aleattorium
@aleattorium 8 ай бұрын
you can also do noise...
@iftikharrasha8151
@iftikharrasha8151 6 ай бұрын
First half with gradients as CSS okay, but the other half not so optimized solution imo by having a blurry image in the background just to make it look nice.
@AdebowaleAdebayo-xp3cf
@AdebowaleAdebayo-xp3cf 6 ай бұрын
Nice bro this is really nice
@pashko-k6h
@pashko-k6h 8 ай бұрын
looks nice! is it best to keep it for hero only, or extend to all sections down below ?
@dannyellis971
@dannyellis971 8 ай бұрын
Great tip!
@shehanreshin
@shehanreshin 8 ай бұрын
This looks great, but I've got a question (I'm a beginner to front-end development). How would one try and implement this in a webpage? By downloading the image and setting that as the background, or is there a better way?
@luigimorel8382
@luigimorel8382 8 ай бұрын
By using CSS. For example, radial gradients.
@barneyquepasa
@barneyquepasa 8 ай бұрын
You can use the 'filter' css property for blur, contrast, etc...
@finfondler998
@finfondler998 6 ай бұрын
whatever your HTML ID OR CLASS here { background-image: radial-gradient(circle at 48.4% 47.24%, #212121, transparent 76%), radial-gradient(circle at 77.78% 47.64%, #787878, transparent 40%), radial-gradient(circle at 94.79% 5.77%, #1c1c1c, transparent 54%), radial-gradient(circle at 29.24% 47.77%, #969696, transparent 41%), radial-gradient(circle at 95.28% 91.6%, #1c1c1c, transparent 77%), radial-gradient(circle at 9.1% 85.96%, #292929, transparent 100%), radial-gradient(circle at 6.67% 6.82%, #292929, transparent 100%), radial-gradient(circle at 50% 50%, #ffffff, #ffffff 100%); } This is just black and white stuff I did on my site atm
@kafiahammed3548
@kafiahammed3548 8 ай бұрын
This is Awesome boss
@affanJau
@affanJau 8 ай бұрын
You can move the PS Panels instead of your head. :)
@wche9
@wche9 8 ай бұрын
I'm good with CSS linear gradients.
@darrenfrancis8126
@darrenfrancis8126 8 ай бұрын
ye i was thinking this is just linear gradients but these kinda look better especially the noise texture
@ziggerwebdesign1704
@ziggerwebdesign1704 8 ай бұрын
Love it.
@winsucker7755
@winsucker7755 6 ай бұрын
Bokkake effect - got it.
@pauls1883
@pauls1883 8 ай бұрын
How to do those radial background gradients in CSS is always a challenge though.
@milon27
@milon27 8 ай бұрын
🎉 how to do it in css/ tailwind
@czerskip
@czerskip 8 ай бұрын
What's the challenge? Those are CSS basics that can be coded in literally minutes.
@monkmodelandon-zt1wh
@monkmodelandon-zt1wh 8 ай бұрын
use a few radial gradients with start, stop, and ends. Mess around with it :)
@darrenfrancis8126
@darrenfrancis8126 8 ай бұрын
@@czerskip you say its basic but dont explain how to achieve the problem
@mashukkhan9033
@mashukkhan9033 7 ай бұрын
using freeform gradient in illustrator would do those all work in minutes. Feels too much works for me.
@ihelpdogs
@ihelpdogs 7 ай бұрын
Gradients are like disco. Some things just need to be left in the past.
@computergrej
@computergrej 7 ай бұрын
why would you save in JPG for web instead of WEBP, most browser support it anyway!
@solomonakinbiyi
@solomonakinbiyi 8 ай бұрын
This is University!
@irkfaisal
@irkfaisal 6 ай бұрын
Is this done in figma or photoshop?
@Josh-Yu
@Josh-Yu 8 ай бұрын
can i not achieve the same thing by putting an image in figma and covering it with a blurred frame? changing the level of blur?
@Josh-Yu
@Josh-Yu 8 ай бұрын
i think using a color burn might even allow me to achieve that more liquid blur effect
@Thisismuhiuddin
@Thisismuhiuddin 8 ай бұрын
How do someone code them?
@forevermusic2766
@forevermusic2766 8 ай бұрын
That looks amazing! Is it possible to do that to a webpage that has longer height ( example 400vh ). Would you need a longer image for that?
@aeultra4063
@aeultra4063 8 ай бұрын
No, that is not necessary. You can simply use the exact image and stretch it to the height. Remember that these are just some color gradients. Nothing to worry about here. :)
@Offe2246
@Offe2246 6 ай бұрын
use css instead
@JimKernix
@JimKernix 8 ай бұрын
What screenshot tool do you use? And how do you translate those first designs into CSS? With box-shadow or or gradients and I assume with relative positions?
@iampankajmaurya
@iampankajmaurya 8 ай бұрын
snipping tool in window
@JimKernix
@JimKernix 8 ай бұрын
@@iampankajmaurya I use that but I did not seem him use it unless he used a shortcut
@iampankajmaurya
@iampankajmaurya 8 ай бұрын
@@JimKernix it's the same tool buddy he is just using the shortcut key. Timestamp 5:12
@JimKernix
@JimKernix 8 ай бұрын
@@iampankajmaurya Ok, thanks - he moves fast so I guess I missed it
@devmoatassem
@devmoatassem 7 ай бұрын
@@JimKernix you can also setup PrintScreen Key as a shortcut to snipping tool
@secretarybailey770
@secretarybailey770 8 ай бұрын
Cool, but now try and dev those animated gradients - It's an absolute nightmare
@hasanazad0011
@hasanazad0011 7 ай бұрын
👍👍
@uadesignUz
@uadesignUz 8 ай бұрын
⚡️
@VolodymyrShamieiev
@VolodymyrShamieiev 8 ай бұрын
Sorry, but it seems to me that the developer who will implement your version of the design will curse you. Instead of using a gradient for the background, you use pictures - this is not acceptable. As a user, I like the source flat version looks better - much cleaner. I just trying to say if you are creating a WEB design it should contain WEB-based pieces... Image as BG in the modern web, where everyone who likes to have a performance as a main criterion is not acceptable. But again it's just my point of view... Thanks for your content.
@JPilsonSumbo
@JPilsonSumbo 8 ай бұрын
You can always convert the gradient as image , I don’t see an issue here for the development
@VolodymyrShamieiev
@VolodymyrShamieiev 8 ай бұрын
Sure, but you didn’t show it in the video
@czerskip
@czerskip 8 ай бұрын
Suggesting to export some of the simplest gradient backgrounds as jpgs that can be coded in CSS or made svgs in minutes is probably the worst piece of advice on this channel ever.
@czerskip
@czerskip 8 ай бұрын
Why? Forget the size. The problem is they're completely uneditable, disconnected from any design system or color variables, give zero control in implementation, are unresponsive, the list goes on and on…
@DesignCourse
@DesignCourse 8 ай бұрын
Buddy, I literally showed the SVG way of doing things in the first 3rd of the video. You can't do the stuff I did in the Photoshop portion exclusively with SVG alone.
@DesignCourse
@DesignCourse 8 ай бұрын
And all of the concerns in your second comment are addressable by intelligently using colors that are consistent with the design system, and through CSS media queries.
@DesignCourse
@DesignCourse 8 ай бұрын
Not everything must be handled with CSS. While maintaining the lowest file sizes and speed as possible is commendable, it is not the end all, be all. Creativity and being unique with assets should afford us some freedom and leeway if the project fits.
@clafflin493
@clafflin493 8 ай бұрын
@@czerskipyou’re not making sense.
Want your layouts to look GREAT?! Try Adding DEPTH
18:19
DesignCourse
Рет қаралды 106 М.
Flat design is OVER. What's next?
8:01
Malewicz
Рет қаралды 196 М.
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 13 МЛН
Kids' Guide to Fire Safety: Essential Lessons #shorts
00:34
Fabiosa Animated
Рет қаралды 15 МЛН
Ik Heb Aardbeien Gemaakt Van Kip🍓🐔😋
00:41
Cool Tool SHORTS Netherlands
Рет қаралды 9 МЛН
You Probably Need BEM CSS in Your Life (Tutorial)
18:47
DesignCourse
Рет қаралды 164 М.
🔸 The ONLY Colour Theory Video You Ever Need To Watch!
31:46
Satori Graphics
Рет қаралды 637 М.
Easily Improve Your Web Design (With Example)
17:59
Flux Academy
Рет қаралды 62 М.
11 Section layouts to make your website ultra UNIQUE
13:42
Payton Clark Smith
Рет қаралды 479 М.
Glassmorphism 2.0 - full style breakdown
17:15
Malewicz
Рет қаралды 40 М.
The 5 Levels of Web Design - Worst to BEST UI/UX
11:22
DesignCourse
Рет қаралды 67 М.
How I make UI color palettes
8:51
UX Tools
Рет қаралды 400 М.
Amateur vs Pro UI Design | with examples
20:46
Jesse Showalter
Рет қаралды 84 М.
2024 UI/UX Design Crash Course in Figma
1:09:35
DesignCourse
Рет қаралды 114 М.