CSS-Tricks Screencast 148: HTML & Flexbox on Tinge

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I like the way you turn the mockup progressively in a web design. I would like to see more of this kind of video.

suxo
Автор

This is better than a tutorial. We are like watching from a distance and i have learned quite a lot from it. Please do more.

fenikzart
Автор

Glad I found this.

Gained lots of insight.

blackness
Автор

Screen readers read all caps as a string of letters. Text-transform: uppercase fixes this.

devvvvvvvvvvvv
Автор

this is great. but for browsers that do not support felxbox, this would look messy. What would the alternative to flexbox? floats?

raj
Автор

Coool. Should do Videos like this... learn along. Thanks ...

pakitube
Автор

What is the font name for class and href attributes that he using? :)

aleksandarsavkovic
Автор

Hey Chris, quick question, when you started your html logo code yours show
< a href="#0" class="logo">BLUE ARROWS? </a> . I have no clue how you implemented the blue arrow part and that affects the whole logo teaching, can you help me out, thanks!

HEAT
Автор

Many thanks for this incredibly useful and rich source of knowledge. I am a CSS beginner and I keep coming back to this video when I'm need of some information I remember being mentioned here. You are doing a great job, thanks sir!

patres
Автор

why he always set the display "flex" in the place of inline ?

iamkarim
Автор

once you know the syntax and used it in atleast one story...these are the kind of videos one must see to learn more...pluralsight also has one like play by play series ...which they are not doing enough i think

anug
Автор

This girl is very beautiful voice .... Thank you for the lesson.

aleksandrdzubenko
Автор

you know what i really enjoyed you tutorial i love u <3 you really did great job both of you
questions was so great answers was amazing

mohammadomer
Автор

Great old school CSS Tricks video, love it.

techtipsuk
Автор

so glad i found on this channel today, the brain of css-tricks right there orz

allenliu
Автор

If your building a finance app, a portion of your corporate market will be using IE9 which doesn't support flex box. May be better off using bootstrap which uses a grid and floats (which is easier to deploy quickly) and transition to flex later. Flex box is also a lot of hand crafted css declarations, whereas bootstrap is about utilising framework classes in html with pre built components. Being a backend developer, you'll easily be able to reverse engineer for further understanding...just in time for v4 flex box bootstrap. Should post your PS mockup somewhere, will have a dig at it in a fork @CodeBoomer

boomer