Тёмный

Tailwind CSS Tutorial #3 - Fonts & Colors 

Net Ninja
Подписаться 1,5 млн
Просмотров 238 тыс.
50% 1

Hey gang, in this tailwind tutorial we'll take a look at some of the font & color utility classes.
🐱‍👤🐱‍👤 JOIN THE GANG -
/ @netninja
----------------------------------------
🐱‍💻 🐱‍💻 My Udemy Courses:
+ Modern JavaScript - www.thenetninja.co.uk/udemy/m...
+ Vue JS & Firebase - www.thenetninja.co.uk/udemy/vu...
+ D3.js & Firebase - www.thenetninja.co.uk/udemy/d...
🐱‍💻 🐱‍💻 Course Files:
+ github.com/iamshaunjp/tailwin...
+ Full html template - github.com/iamshaunjp/tailwin...
🐱‍💻 🐱‍💻 Other Related Free Courses:
+ • HTML & CSS Crash Cours...
Download node.js - nodejs.org/en/
Get VS Code - code.visualstudio.com/

Опубликовано:

 

5 июл 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 242   
@ddb3
@ddb3 2 года назад
Fonts and colors were not showing until I did the following... (I'm running tailwindcss v3.0.23) 1) Run the following command in the terminal: npx tailwindcss init This creates a file tailwind.config.js in the root directory i.e. same directory as package.json 2) Update the file content as follows: module.exports = { content: [ './public/**/*.{html,js}', ], theme: { extend: {}, }, plugins: [], } 3) Run the following command in the terminal: npm run build-css 4) Run the following command in the terminal: npx tailwindcss -i ./src/styles.css -o ./public/styles.css --watch That did it for me! Further reference: tailwindcss.com/docs/installation
@Zukasa
@Zukasa 2 года назад
thanks a lot for clarify that, man! cheers
@nicholasrobbins921
@nicholasrobbins921 2 года назад
This helped tremendously, thank you for the information!
@mohamedatef97
@mohamedatef97 2 года назад
Thanks a lot 🙏That was very helpful.
@solomonnwabuoku162
@solomonnwabuoku162 2 года назад
Worked for me!
@solomonnwabuoku162
@solomonnwabuoku162 2 года назад
Thanks alot
@ManInSombrero
@ManInSombrero 3 года назад
Today I noticed that It was a couple of days since the Shaun's last upload. "So he's human..." I thought. Then 3 new videos pop'ed out.
@FloridaHomestead
@FloridaHomestead 3 года назад
Your way of teaching in a "normal" non geeky way has helped me greatly to understand coding. I started with your youtube video turorials on HTML and CSS and then went through your modern JS course on udemy. As I continue to move on and learn more i'm going to continue coming back to your channel and courses because you do a great job of making the concepts clear and easy to understand for someone with no prior knowledge. Thank you!
@modaralkasem4027
@modaralkasem4027 2 года назад
I follow yours tutorials from about three years ago and I've started my journey with web with you. I just want to tell you that you're one of best the instructors I've ever seen and want to thank you for the knowledge that you provide to us . Best regards from Syria
@mahmudakash7025
@mahmudakash7025 Месяц назад
what are you doing ? I mean what position are you in job market right now?
@inuke4fun832
@inuke4fun832 3 года назад
You are a incredible teacher and I appreciate you to the highest degree for taking your time and effort to explain and show the topics that you cover. Somehow I only discovered you a few days ago, currently im on ep 8 of the nodejs course and already I can say without a doubt you are the best teacher when it comes to this kind of stuff on youtube. Thank you from me and im sure so many others so much for the content you create, it sounds like im a friken fan-boy right now but truly theres nothing remotely bad i can say about your videos and your content 100% helps people achieve there goals and for that again all i can say is thank you
@NetNinja
@NetNinja 3 года назад
Thank you so much for the kind comment - I really appreciate it. Very happy you like the vids & welcome aboard :)
@gunnergunner6648
@gunnergunner6648 3 года назад
Uikit i very good
@ecerejo
@ecerejo 3 года назад
I guess everything has its drawbacks and tailwind is no exception! Just by watching this video I can see I'm going to end up with all the elements full of classes!
@Lokesh3152
@Lokesh3152 3 года назад
I feel very comfortable with your teaching style than any other
@tophinski
@tophinski 3 года назад
Please continue this! Hard to find good tutorials like yours
@maulik1644
@maulik1644 3 года назад
One day Shaun will make tutorial on "how to hack NASA using HTML"
@tn9753
@tn9753 3 года назад
More great insight and clear presentation. Thanks.
@garikmelqonyan6011
@garikmelqonyan6011 8 месяцев назад
I believe that if I had to choose the best teacher on RU-vid, my vote would undoubtedly go to you. Your explanations are truly exceptional
@sanfernoronha1068
@sanfernoronha1068 3 года назад
Really loving the playlist. Please do one on gridsome!....cheers!!
@okekolawolesunday7301
@okekolawolesunday7301 2 года назад
kudoos @monique, your reponse is a life saver
@canklc5772
@canklc5772 2 месяца назад
That is a huge luxury to listen to tuts in pure British accent 😇
@MrVipulLal
@MrVipulLal 9 месяцев назад
Excellent tutorial as usual. Love your channel
@NetNinja
@NetNinja 9 месяцев назад
Thanks so much! :)
@tsvetomilazdravkova2524
@tsvetomilazdravkova2524 Месяц назад
Absolutely great tutorial, I'm learning with it with pleasure. I advise anyone looking at it in 2024 and having difficulties with the installation to follow the steps in the official Tailwind documentation. Thanks a lot for the video ☺
@EniolaDev
@EniolaDev 15 дней назад
can i still use these tutorial in 2024?
@sky_kryst
@sky_kryst 3 года назад
I just wanna ask is this a complete tailwind guide playlist by any means? Grateful none the less!
@DarkPa1adin
@DarkPa1adin 3 года назад
how to make typographical vertical rhythm with the default css classes on font-sizes? do we have to custom adjust line-height and margins?
@shaunrussell1020
@shaunrussell1020 2 года назад
If anyone finds they have to save the file twice to see changes, it'd be because the Live-Server picks up the HTML changes before tailwind has finished building the CSS file and doesn't register the change Instead of > live-server public Try > live-server public --no-css-inject This will update the page again when the tailwindcss finishes building so you don't have to refresh twice.
@rv7591
@rv7591 Год назад
this was very helpful, thanks!
@martinkarugaba
@martinkarugaba Год назад
You are my hero man and tailwind css is awesome.
@NetNinja
@NetNinja Год назад
Thanks for watching Martin!
@Jacksons_are_jackson
@Jacksons_are_jackson 3 месяца назад
for those that are not working if they are following this tutorial in 2024: 1: npx tailwindcss init 2: update tailwind.config.js file according to the following /** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./public/index.html" -- replace this with your path to your html file ] , theme: { extend: {}, }, plugins: [], }; 3. npx tailwindcss -i ./src/styles.css -o ./public/styles.css --watch
@GiorgiZhorzholiani22
@GiorgiZhorzholiani22 17 дней назад
thanks a lot
@dnynu
@dnynu 3 года назад
Please next tutorial should be "Mern Stack project"
@Sherzodbekh
@Sherzodbekh 2 года назад
Hello sir, I did as a how you did . I installed tailwindcss and it got default classes but it doesn't work when I use color and fon-size !!! Any problem with my work? Can you explain ???
@candi2Love
@candi2Love 3 года назад
Hey Shaun, how did you do that multi-element Select @ 6:53? Thanks!
@drophy
@drophy 3 года назад
Oh, if you're using VS Code, just hold Alt and click wherever you want to create the new cursor. You can create as many as you need. Once you're done just press escape or click somewhere else (without using Alt) to go back to having a single cursor
@vblearnew3372
@vblearnew3372 3 года назад
You are the best..Sensei
@RazelAhmed16
@RazelAhmed16 3 года назад
Thanks Legend ❤️🤘
@AhmadHassan-ss5un
@AhmadHassan-ss5un 3 года назад
Thanks a lot 😊
@walidellhamdi
@walidellhamdi 3 года назад
Thank you!
@abemarvellous298
@abemarvellous298 2 года назад
On the "Header - H3" tag, "2xl" up to "4xl" aren't working, but "5xl" is, any takers on what might be wrong?
@HasanYilmaz-dedi
@HasanYilmaz-dedi 3 года назад
Thanks you very much
@chizuru1999
@chizuru1999 3 года назад
😻😻 From my 2nd account! 😝👌🏻 Love your videos. Also btw you can type ! instead of doc for the boilerplate html.
@sivasankarant9195
@sivasankarant9195 3 года назад
😍 thank you, when will the next part come?
@NetNinja
@NetNinja 3 года назад
I think, tomorrow :)
@rajbannasa7662
@rajbannasa7662 Год назад
thank you so much sir
@trexixx
@trexixx Год назад
There is one thing that helped me. I just updated my Node.js.
@mohamedabdel-wahed2427
@mohamedabdel-wahed2427 3 года назад
I'm watching your node js tutorials
@anahdaniel5200
@anahdaniel5200 2 месяца назад
I installed liveserver but it seems i have to always run the command npm run build-css before any changes i make takes effect
@mohammedmudassir837
@mohammedmudassir837 3 года назад
a series on Styled-components please
@waifufx
@waifufx 2 года назад
Very explanatory
@rakibahmed142
@rakibahmed142 3 года назад
Excellent
@vijethkharvi2907
@vijethkharvi2907 Год назад
after every changes run this command """npm run build-css""" otherwise your changes may not reflect you can also automate this after saving
@mnaresh3382
@mnaresh3382 Год назад
if tailwind doesn't work try this 👇 1) change the build command from "build-css" : "tailwindcss build src/styles.css -o public/styles.css" to "build-css": "tailwindcss build -i src/styles.css -o public/styles.css -w" (basically specify the input file and add the watch tag) 2) Add tailwind.config.js file to the root directory, one where you created public and src folders this is a must !! inside the file add the following , module.exports = { content: ["./public/index.html"], // ... }; (specify your path inside the content) 3) delete the terminal and rerun live-server command, your code should work
@abdullah_az
@abdullah_az Год назад
thx man you saved me
@nurainbamidelejnr
@nurainbamidelejnr Год назад
What do you mean by specify your path?
@mnaresh3382
@mnaresh3382 Год назад
@@nurainbamidelejnr specify the path of your index.html file
@IAmSamuelCharpentier
@IAmSamuelCharpentier 3 года назад
Since it's missing from the description: tailwindcss.com/docs/font-size
@prafulrane3591
@prafulrane3591 Год назад
Need a roadmap playlist to follow your RU-vid content !!!!!!
@michaeljohnson1576
@michaeljohnson1576 Год назад
OMG....Tailwind is such a pain to install but once you get it right...I implore anyone reading to quickly retain that info because once you learn Tailwind, it makes writing CSS so much simpler and imho, fun! I actually think that it helps you drill CSS faster, if you know the fundamentals, of course!
@noahmilliken4259
@noahmilliken4259 Год назад
Can’t get it to work. Followed the steps. It stripped all of the built in browser defaults. Won’t change any text colors.
@liferc
@liferc 3 года назад
Pls, make how to config tailwind like custom radius, color. And also how to use purge css with it
@Fly16
@Fly16 3 года назад
Shaun you're so cool
@suraiyaaysha
@suraiyaaysha 3 года назад
Thanks.
@terrormapu
@terrormapu 3 года назад
My lovely ninja😊
@Mefodii
@Mefodii 3 года назад
"I will leave the link in the description" - the recurrent lie Ninja always tell :). Otherwise great job at explaining complex stuff in the most understandable way. Thanks a lot
@NetNinja
@NetNinja 3 года назад
Hey, what link is missing? All links should be there! :)
@ericzedd
@ericzedd 3 года назад
@@NetNinja Hey! Just wondering if you're gonna provide the images! Thanks again for all your hard work!
@ansarqazi4377
@ansarqazi4377 2 года назад
great guy
@finest-codcamp860
@finest-codcamp860 2 года назад
Every time i change the class or add I have to run npm run build-css. how to run build-css automatically? and I used live-server and it does not work either what should I do?
@youcefbenabderrahmane6310
@youcefbenabderrahmane6310 Год назад
You can add ( the -i and the -w ) this to ur package.json file that's valide for me `"scripts": { "build-css": "tailwindcss build -i src/styles.css -o public/styles.css -w" }, `
@SheltonBrown
@SheltonBrown 2 года назад
hello dude, Tailwind newbie here. i'm trying to install the latest tailwind and its now on version: 3.0.23 and i'm not quite getting it to work as you've explained, so can only assume that its changed since the version you're using. it strips the default styles but its leaving the bare minimum css, so its not actually picking up any of the classes i apply to elements, like font size or colour or anything. know whats happened between the versions or anyone able to help? cheers
@nicholasrobbins921
@nicholasrobbins921 2 года назад
If you still need help I followed DDB's info from 11 days ago down below in the comments and it helped me with this same problem. Best of luck!
@SheltonBrown
@SheltonBrown 2 года назад
@@nicholasrobbins921 nice one Nicholas i'll check it out, thanks
@AlexSav
@AlexSav 3 года назад
The most beautiful site i have ever seen.
@catfish_games
@catfish_games 3 года назад
How to import myself fonts to project?
@dolfeyy
@dolfeyy 3 года назад
Take a break man, damn 😂😂
@RobMatthews21
@RobMatthews21 10 месяцев назад
Brilliant classes, thank you. However, the font-bold (and all other font-weight modifiers are not there) is not in public/style.css. Did I miss a step? On closer inspection many of the classes are not present in my public style.css file, can anyone help. I have followed the instructions re-built it a few times
@itsnobledean9450
@itsnobledean9450 10 месяцев назад
This the reason why I think I’m going to stop taking these freaking awful ass RU-vid tutorials. I notice not anyone who follows these ever finish. It’s because the code is never right. From the very first text-gray-700, mine wasn’t working at all. There is no guidance with these ridiculous ass tutorials. It’s simply someone podcasting a website build. The web developer space is full of the same crab ass bullshit.
@retroowl4010
@retroowl4010 9 месяцев назад
@@itsnobledean9450 Definitely nothing to do with the fact that this tutorial is 3 years old and Tailwind evolved a lot in the meantime. Definitely.
@user-lz2wf5dz2f
@user-lz2wf5dz2f 10 часов назад
@@itsnobledean9450 Yes, the tutorials quickly become outdated and aren't supported by the creators. This channel is especially bad for doing this. Guy releases a course every week and they're full of bugs by the end of the year.
@Apoorvpandey
@Apoorvpandey 2 года назад
I'm requiring to run npm run build each time I add a class to a div how to make it auto build ?
@abdeslamloukili1249
@abdeslamloukili1249 2 года назад
I am running in the same issue and didn't find a solution yet! if you came up with a solution I really appreciate sharing that
@saireshma2089
@saireshma2089 2 года назад
have you tried this? install in the terminal npm install live-server -g and then run this command live-server public now the changes are automatically detected
@saireshma2089
@saireshma2089 2 года назад
@@abdeslamloukili1249 he explained it in tutorial#2 at 7:30
@user-lz2wf5dz2f
@user-lz2wf5dz2f 10 часов назад
@@saireshma2089 He doesn't cover the fact that you need to npm run build-css everytime you what style changes to appear. The pos doesn't cover the fact that none of it works.
@shadmanmartinpiyal4057
@shadmanmartinpiyal4057 3 года назад
By the way guys, I noticed that when using vs code, vs code actually shows you the full list of tailwind utility classes that are available to you in a certain categroy.
@ahmadbuba1347
@ahmadbuba1347 2 года назад
How please?
@shadmanmartinpiyal4057
@shadmanmartinpiyal4057 2 года назад
@@ahmadbuba1347 install some vs code extension for tailwind. Just research and you will find them out
@TheWizardOfTech
@TheWizardOfTech 8 месяцев назад
Where please?
@DJDELLANNIE
@DJDELLANNIE 9 месяцев назад
i'm new to tailwind and just trying it out but for some reason following all the step I cannot get none of the classes to work. I have no idea what I'm doing wrong I've watched these videos idk how many times
@LucianoClassicalGuitar
@LucianoClassicalGuitar 9 месяцев назад
Fonts and colors were not showing until I did the following... (I'm running tailwindcss v3.0.23) 1) Run the following command in the terminal: npx tailwindcss init This creates a file tailwind.config.js in the root directory i.e. same directory as package.json 2) Update the file content as follows: module.exports = { content: [ './public/**/*.{html,js}', ], theme: { extend: {}, }, plugins: [], } 3) Run the following command in the terminal: npm run build-css 4) Run the following command in the terminal: npx tailwindcss -i ./src/styles.css -o ./public/styles.css --watch That did it for me!
@APEX20484
@APEX20484 Месяц назад
@@LucianoClassicalGuitar God will bless you bro
@brahmendranchary5852
@brahmendranchary5852 3 года назад
Is This Tailwind css applicable for react projects?
@sakshamsharma8761
@sakshamsharma8761 2 месяца назад
yes
@rahulneet6670
@rahulneet6670 2 года назад
If I am putting attributes in class , its not reflecting in the webpage , why I tried changing colour and fonts, why it is not reflecting in the webpage, Please help.
@DCMPSaliva
@DCMPSaliva 2 года назад
try run build again
@DCMPSaliva
@DCMPSaliva 2 года назад
@@shanlenard I stopped trying with tailwind . I’m still learning react and this makes it 20x longer
@Apoorvpandey
@Apoorvpandey 2 года назад
@@DCMPSaliva This was lifesaver man thanks!
@user-vb5sg7di3l
@user-vb5sg7di3l 11 месяцев назад
Can anyone tell me how to select both h4s at once, I tried to select them with control d but control d also select the closing tag of h4
@user-je2pd7yz1j
@user-je2pd7yz1j 9 месяцев назад
Hold alt and click
@jakeochukoidamatie723
@jakeochukoidamatie723 2 года назад
I followed everything but my the styles are not displaying on my browser, someone please explain what is wrong cause am sure others are having same challenge. Thank you
@godspowerfranklynnedet5275
@godspowerfranklynnedet5275 2 года назад
I have the same problem. I’m losing my mind
@monique2839
@monique2839 2 года назад
@@godspowerfranklynnedet5275 try adding the input flag to the script in the package. json file. That was my issue . So the script should be "tailwindcss build -i src/styles.css -o public/styles.css" then run npm build-css again
@alfiecollins5617
@alfiecollins5617 Год назад
@@monique2839 Thanks Monique! That resolved the issue for me!
@user-md9xp3yi8l
@user-md9xp3yi8l 4 месяца назад
​@@monique2839thanks is great having reliable people in the tech world
@harel2021
@harel2021 3 года назад
Are you interested in game development like unity ?
@tilakmadichettitheappdeveloper
@tilakmadichettitheappdeveloper 3 года назад
Hi Shaun ! Are you irish or english -scottish or are you from isle of man? Would you mind telling us where u from please ?
@NetNinja
@NetNinja 3 года назад
Hey, I'm English - from Manchester!
@tilakmadichettitheappdeveloper
@tilakmadichettitheappdeveloper 3 года назад
@@NetNinja cool !
@candi2Love
@candi2Love 3 года назад
@@NetNinja Manchester... like Daphne 😊
@mayursaroj4360
@mayursaroj4360 3 года назад
@tarike9808
@tarike9808 Год назад
after following the steps correctly if the styles won't apply perform the following: 1: npx tailwindcss init 2:update tailwind.config.js file according to the following /** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./public/index.html" -- replace this with your path to your html file ] , theme: { extend: {}, }, plugins: [], }; finally make sure you have written the script in the following way "build-css": "tailwindcss -i ./src/styles.css -o ./public/styles.css --watch" after this i hope everything will work okay
@kushalkumar2586
@kushalkumar2586 10 месяцев назад
nope for me it aint working
@nepiheimer
@nepiheimer 10 месяцев назад
Wow Thx! that works! (dont forget to run "npm run build-css" after the script change. (i'm a total beginner. no guarantee))
@rutvikshah4589
@rutvikshah4589 3 года назад
Please make tutorials on Material UI 🤕
@lalithhakari6166
@lalithhakari6166 2 года назад
Normal people - let's come over "here". Ninja - Let's come over "hiaaaaaa".
@prafulrane3591
@prafulrane3591 Год назад
Anyone in 2023
@osmanibnaffan957
@osmanibnaffan957 3 года назад
Great channel!!❤...At least Shaun drop your WhatsApp line in your description.
@yungifez
@yungifez 3 года назад
That moment where yellow doesn't look like yellow
@user-vc8ky2vq2n
@user-vc8ky2vq2n 2 года назад
Hello I've got a problem Everytime I add a class to change the font and colors it remains the same I did follow the videos, I even restart the process twice but it's impossible What am I doing wrong?
@josephmugo6382
@josephmugo6382 2 года назад
Add the utility class to the div
@janapanarites
@janapanarites 2 года назад
An easier way to solve the problem is to add the Tailwind CSS stylesheet script in your index.html file head. Enter this line above the line in your head:
@monique2839
@monique2839 2 года назад
try adding the input flag to the script in the package. json file. That was my issue . So the script should be "tailwindcss build -i src/styles.css -o public/styles.css" then run npm build-css again
@annikan.hernandez3539
@annikan.hernandez3539 2 года назад
@@monique2839 bless you!!
@monique2839
@monique2839 2 года назад
@@annikan.hernandez3539 you're welcome!! And thank you !
@htreprezentant
@htreprezentant 2 года назад
When I strat with this classes doesn`t work.
@rajgautam3621
@rajgautam3621 3 года назад
Sir, MERN please
@kiliusz
@kiliusz 3 года назад
MERN would be awesome :)
@kholwanindhlovu
@kholwanindhlovu Год назад
Hi guys. My styling isn’t working at all
@LucianoClassicalGuitar
@LucianoClassicalGuitar 9 месяцев назад
Fonts and colors were not showing until I did the following... (I'm running tailwindcss v3.0.23) 1) Run the following command in the terminal: npx tailwindcss init This creates a file tailwind.config.js in the root directory i.e. same directory as package.json 2) Update the file content as follows: module.exports = { content: [ './public/**/*.{html,js}', ], theme: { extend: {}, }, plugins: [], } 3) Run the following command in the terminal: npm run build-css 4) Run the following command in the terminal: npx tailwindcss -i ./src/styles.css -o ./public/styles.css --watch That did it for me!
@eldiablorojo
@eldiablorojo 3 года назад
Who you calling Baldy? Baldy.
@rabiakhanswati7806
@rabiakhanswati7806 Год назад
not working for me :/
@LucianoClassicalGuitar
@LucianoClassicalGuitar 9 месяцев назад
Fonts and colors were not showing until I did the following... (I'm running tailwindcss v3.0.23) 1) Run the following command in the terminal: npx tailwindcss init This creates a file tailwind.config.js in the root directory i.e. same directory as package.json 2) Update the file content as follows: module.exports = { content: [ './public/**/*.{html,js}', ], theme: { extend: {}, }, plugins: [], } 3) Run the following command in the terminal: npm run build-css 4) Run the following command in the terminal: npx tailwindcss -i ./src/styles.css -o ./public/styles.css --watch That did it for me!
@franke3562
@franke3562 3 года назад
Not a fan of this utility class approach at all. It’s almost like writing inline-css directly, thus Spaghetti code. It clutters the html too much. But still and as always: Excellent content from the NetNinja. Thank you.
@tanzimibthesam5861
@tanzimibthesam5861 3 года назад
Use . heading {@apply text-2xl font-bold } use npm run watch using postcss cli. What you are talking about is inline styles
@ibrahims5457
@ibrahims5457 3 года назад
6th...!
@tanzimibthesam5861
@tanzimibthesam5861 3 года назад
Those who are complaining about the ugly css classes just use .heading{ @apply text-2xl font-bold } you have to use post css and npm run watch will compile everything
@NetNinja
@NetNinja 3 года назад
Hey - thanks. I cover @apply later in the course too :)
@abdullahsaid8561
@abdullahsaid8561 5 месяцев назад
he forgot to run build-css
@Pareshbpatel
@Pareshbpatel Месяц назад
{2024-04-18}
@Munchen888
@Munchen888 Месяц назад
Anyone in 2024?
@APEX20484
@APEX20484 Месяц назад
Please tell me you got the color thing to work
Далее
Tailwind CSS Tutorial #4 - Margin, Padding & Borders
7:05
WHO DO I LOVE MOST?
00:22
Просмотров 7 млн
Bike Speed World Record 🏅
00:19
Просмотров 1,5 млн
10 Tailwind Classes I Wish I Knew Earlier
13:31
Просмотров 162 тыс.
Learn Flexbox CSS in 8 minutes
8:16
Просмотров 1,4 млн
UI Libraries Are Dying, Here's Why
13:28
Просмотров 267 тыс.
You’re doing dark mode wrong!
7:54
Просмотров 43 тыс.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 902 тыс.
I WISH I Knew These Tailwind Tips Earlier
9:15
Просмотров 168 тыс.
Theming Tailwind with CSS Variables
27:24
Просмотров 118 тыс.