-
CSS Text and Fonts Tutorial for Beginners - Typography
Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap
In this CSS text and fonts tutorial for beginners, you will learn about typography for your web pages. We will cover the most common text and fonts settings in CSS and apply them to an HTML example.
🚩 Subscribe ➜ https://bit.ly/3nGHmNn
🚀 This lesson is part of a CSS for Beginners tutorial series playlist:
https://www.youtube.com/playlist?list=PL0Zuz27SZ-6Mx9fd9elt80G1bPcySmWit
🔗 All Resources for this CSS Tutorial Series: https://github.com/gitdagray/css_course
📬 Course Updates ➜ https://courses.davegray.codes/
CSS Text and Fonts Tutorial for Beginners - Typography
(00:00) Intro
(00:05) Welcome
(00:25) Setup
(01:47) font-size
(03:09) Typography inheritance
(03:58) Changing text color
(04:23) Commenting out...
published: 08 Mar 2022
-
Learn CSS Typography
If you’re a budding web designer and you’re ready to learn CSS, then start here! If there’s one kind of styling which is arguably more important than any other in web design, it’s typography. Ideally, your sites should begin with solid typography, and the rest of the design should be built around that. For this reason, it’s important to understand the typographic portion of the design process first.
► Browse WordPress Themes and Plugins on Envato Elements: https://elements.envato.com/wordpress?utm_campaign=yt_tutsplus_1bfV3z4HKlw&utm_medium=referral&utm_source=youtube.com&utm_content=description
This is the second course in a series teaching you Web Design. Be sure to subscribe to the Envato Tuts+ YouTube Channel to be notified when the next course is available.
View on GitHub: https://...
published: 05 Jun 2019
-
Typography With CSS
CSS provides many ways to style your text on a webpage. Learn about all the typography tools that you can use in CSS.
Enroll now in our Intro to Programming Nanodegree program to learn more about CSS - https://www.udacity.com/course/intro-to-programming-nanodegree--nd000.
published: 16 Feb 2021
-
Typography for Developers Tutorial - Full Course
Typography is one of the most important aspects of good design. In this course, you'll learn all you need to know about creating good typography as a UX Designer: how to choose a typeface; what to look for when laying out type, how to create typographic hierarchy, laying out type, and creating responsive typography.
✏️ This course was developed by Hope Armstrong.
This course was made possible by a grant from teamtreehouse.com
⭐️ Course Contents ⭐️
👏 Thanks to JM G for creating these time codes.
⌨️ (0:00) Introduction: What is Typography?
⌨️ (4:11) Typography vs Lettering
⌨️ (4:58) Typeface vs Font
⌨️ (5:57) How Typography Affects User Experience (UX)
⌨️ (10:06) Elements of TypeFace
⌨️ (12:40) Serifs
⌨️ (13:20) Sans-serifs (Without serifs)
⌨️ (13:28) Letterform Contrast
⌨️ (13:54) Tex...
published: 11 May 2021
-
Responsive Typography with CSS Clamp
Today we're going to learn how we can use the CSS clamp function to create responsive, fluid typography!
📚 Project Links
code: https://github.com/TomIsLoading/fluid-typography
🔗 My Links
GitHub: https://github.com/TomIsLoading
Twitter: https://twitter.com/TomIsLoading
Instagram: https://www.instagram.com/tomisloading/
TikTok: https://www.tiktok.com/@tomisloading
published: 29 Dec 2022
-
Don’t learn web dev this way
Learning web dev is hard, but taking the right approach can really help!
#css #shorts
--
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 hang out with me live every Monday on Twitch!
📺 https://www.twitch.tv/kevinpowellcss
---
Help support my channel
👨🎓 Get a course: https://www.kevinpowell.co/courses
👕 Buy a shirt: https://teespring.com/stores/making-the-internet-awesome
💖 Support me on Patreon: https://www.patreon.com/kevinpowell
---
My editor: VS Code - https://code.visualstudio.com/
---
I'm on some other places on the internet too!
If you'd like a behind the scenes and previews of what's coming up on my YouTube channel, make sure to follow me on Instag...
published: 10 Aug 2022
-
Truly Fluid Typography with 1 CSS PROPERTY!
https://bit.ly/2IPcPgA - Become a frontend developer (50% off limited time!)
-- Want to learn UI/UX? https://designcourse.com
-- Today, we're going to be checking out a really cool new function for CSS called clamp(). It allows you to specify 3 parameters (a minimum value, a fluid value, and a maximum value). This effectively allows you to create fluid typography, white space, etc..
More reading:
https://caniuse.com/?search=clamp
https://dev.to/vtrpldn/write-fewer-media-queries-with-the-clamp-css-function-2cl7
0:00 - Introduction
1:25 - An awesome offer from Scrimba
1:55 - Using Clamp()
7:00 - Outro
Let's get started!
- - - - - - - - - - - - - - - - - - - - - -
Subscribe for NEW VIDEOS!
Learn UI/UX: https://designcourse.com
My personal FB account: http://fb...
published: 22 Sep 2020
-
Intro to HTML and CSS - Using Bootstrap Typography
This video is part of a full course, Intro to HTML and CSS offered on Udacity.com. To view the full course visit https://www.udacity.com/course/ud304.
published: 23 Feb 2015
-
Complete Layout Guide
Watch Part 2 (Grouping, Scale, and Sequence): https://youtu.be/_Pp0JHEswMk
Watch Part 3 (Alignment, Balance, and Grids): https://youtu.be/DP9Bzd4_-NM
🤑 FREE "Principles of Layout" Handbook - Download here 👉 https://bit.ly/3M7cuB3 🤑
Don't waste more time dragging things around until they look good. Watch Matt talk about the Principles of Layout on Part One of this three-part series of videos. In today's episode, he discusses 3 ideas: Focal Point, White Space, and Hierarchy.
📽️ CHAPTERS
00:00 - Introduction
01:00 - Focal Point
02:38 - White Space
03:48 - Hierarchy
04:56 - Examples
⬇ Did you find this video helpful? Tell us what you think in the comments section and stay tuned for the next two videos. ⬇
Don't forget to subscribe to our channel for more Design Content. Click here 👉 http...
published: 03 Jun 2022
-
Easy Responsive Typography (CSS-only)
In this video, I'll show you how to set up a fluid responsive typography scale with the CSS clamp property.
🔗 Key Links 🔗
- CodePen: https://codepen.io/Coding-in-Public/pen/popwWQy
- MDN docs on clamp(): https://developer.mozilla.org/en-US/docs/Web/CSS/clamp
- Caniuse.com: https://caniuse.com/?search=clamp
- Open Props: https://open-props.style/#typography
- Utopia Font scaling: https://utopia.fyi/
- Modern Fluid Typography: https://modern-fluid-typography.vercel.app/
---------------------------------------
📹 Related Videos 📹
- Get Started with Open Props: https://www.youtube.com/watch?v=cq7c3tawEnI
---------------------------------------
🌐 Connect With Me 🌐
- Website: https://codinginpublic.dev
- Blog: https://chrispennington.blog
- Twitter: https://twitter.com/cpenned
published: 08 Apr 2022
24:03
CSS Text and Fonts Tutorial for Beginners - Typography
Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap
In this CSS text and fonts tutorial for beginners, you will learn about typography ...
Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap
In this CSS text and fonts tutorial for beginners, you will learn about typography for your web pages. We will cover the most common text and fonts settings in CSS and apply them to an HTML example.
🚩 Subscribe ➜ https://bit.ly/3nGHmNn
🚀 This lesson is part of a CSS for Beginners tutorial series playlist:
https://www.youtube.com/playlist?list=PL0Zuz27SZ-6Mx9fd9elt80G1bPcySmWit
🔗 All Resources for this CSS Tutorial Series: https://github.com/gitdagray/css_course
📬 Course Updates ➜ https://courses.davegray.codes/
CSS Text and Fonts Tutorial for Beginners - Typography
(00:00) Intro
(00:05) Welcome
(00:25) Setup
(01:47) font-size
(03:09) Typography inheritance
(03:58) Changing text color
(04:23) Commenting out code in HTML and CSS
(05:02) text-decoration
(06:34) text-transform
(07:13) text-align
(08:04) text-indent
(08:46) Other text properties to style
(09:14) line-height
(10:25) letter-spacing
(11:21) word-spacing
(12:10) font-weight
(13:47) font-style
(14:22) generic font families
(16:08) font stacks and fallbacks
(18:41) Websafe fonts
(19:05) External fonts
⚙ Web Dev Tools:
🔗 Chrome Browser: https://www.google.com/chrome/
🔗 Visual Studio Code (VS Code): https://code.visualstudio.com/
🔗 Live Server VS Code Extension: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
🔗 vscode-icons VS Code Extension: https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons
🔗 Github Themes VS Code Extension: https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme
🔗 W3C CSS Validator: https://jigsaw.w3.org/css-validator/
🔗 Specificity Calculator: https://specificity.keegan.st/
📚 References:
🔗 MDN CSS: https://developer.mozilla.org/en-US/docs/Web/CSS
🔗 MDN CSS Basics: https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/CSS_basics
🔗 MDN CSS Selectors: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors
🔗 MDN - How to Apply Colors to HTML Elements with CSS: https://developer.mozilla.org/en-US/docs/Web/CSS/color
🔗 MDN - CSS Values and Units: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Values_and_units
🔗 MDN - The Box Model: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/The_box_model
📚 Typography Resources:
🔗[MDN: Fundamental Text and Font Styling - https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Fundamentals
🔗 CSSFontStack.com: Websafe Fonts - https://www.cssfontstack.com/
📚 Color Resources:
🔗 Coolors Contrast Checker: https://coolors.co/contrast-checker/112a46-acc8e5
🔗 WebAIM Contrast Checker: https://webaim.org/resources/contrastchecker/
🔗 Coolors Palette Generator: https://coolors.co/
🔗 HTML Color Codes: https://htmlcolorcodes.com/
✅ Follow Me:
Github: https://github.com/gitdagray
Twitter: https://twitter.com/yesdavidgray
LinkedIn: https://www.linkedin.com/in/davidagray/
Blog: https://yesdavidgray.com
Reddit: https://www.reddit.com/user/DaveOnEleven
Was this tutorial about the CSS Typography for beginners helpful? If so, please share. Let me know your thoughts in the comments.
#css #text #fonts
https://wn.com/Css_Text_And_Fonts_Tutorial_For_Beginners_Typography
Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap
In this CSS text and fonts tutorial for beginners, you will learn about typography for your web pages. We will cover the most common text and fonts settings in CSS and apply them to an HTML example.
🚩 Subscribe ➜ https://bit.ly/3nGHmNn
🚀 This lesson is part of a CSS for Beginners tutorial series playlist:
https://www.youtube.com/playlist?list=PL0Zuz27SZ-6Mx9fd9elt80G1bPcySmWit
🔗 All Resources for this CSS Tutorial Series: https://github.com/gitdagray/css_course
📬 Course Updates ➜ https://courses.davegray.codes/
CSS Text and Fonts Tutorial for Beginners - Typography
(00:00) Intro
(00:05) Welcome
(00:25) Setup
(01:47) font-size
(03:09) Typography inheritance
(03:58) Changing text color
(04:23) Commenting out code in HTML and CSS
(05:02) text-decoration
(06:34) text-transform
(07:13) text-align
(08:04) text-indent
(08:46) Other text properties to style
(09:14) line-height
(10:25) letter-spacing
(11:21) word-spacing
(12:10) font-weight
(13:47) font-style
(14:22) generic font families
(16:08) font stacks and fallbacks
(18:41) Websafe fonts
(19:05) External fonts
⚙ Web Dev Tools:
🔗 Chrome Browser: https://www.google.com/chrome/
🔗 Visual Studio Code (VS Code): https://code.visualstudio.com/
🔗 Live Server VS Code Extension: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
🔗 vscode-icons VS Code Extension: https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons
🔗 Github Themes VS Code Extension: https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme
🔗 W3C CSS Validator: https://jigsaw.w3.org/css-validator/
🔗 Specificity Calculator: https://specificity.keegan.st/
📚 References:
🔗 MDN CSS: https://developer.mozilla.org/en-US/docs/Web/CSS
🔗 MDN CSS Basics: https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/CSS_basics
🔗 MDN CSS Selectors: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors
🔗 MDN - How to Apply Colors to HTML Elements with CSS: https://developer.mozilla.org/en-US/docs/Web/CSS/color
🔗 MDN - CSS Values and Units: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Values_and_units
🔗 MDN - The Box Model: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/The_box_model
📚 Typography Resources:
🔗[MDN: Fundamental Text and Font Styling - https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Fundamentals
🔗 CSSFontStack.com: Websafe Fonts - https://www.cssfontstack.com/
📚 Color Resources:
🔗 Coolors Contrast Checker: https://coolors.co/contrast-checker/112a46-acc8e5
🔗 WebAIM Contrast Checker: https://webaim.org/resources/contrastchecker/
🔗 Coolors Palette Generator: https://coolors.co/
🔗 HTML Color Codes: https://htmlcolorcodes.com/
✅ Follow Me:
Github: https://github.com/gitdagray
Twitter: https://twitter.com/yesdavidgray
LinkedIn: https://www.linkedin.com/in/davidagray/
Blog: https://yesdavidgray.com
Reddit: https://www.reddit.com/user/DaveOnEleven
Was this tutorial about the CSS Typography for beginners helpful? If so, please share. Let me know your thoughts in the comments.
#css #text #fonts
- published: 08 Mar 2022
- views: 23603
1:01:44
Learn CSS Typography
If you’re a budding web designer and you’re ready to learn CSS, then start here! If there’s one kind of styling which is arguably more important than any other ...
If you’re a budding web designer and you’re ready to learn CSS, then start here! If there’s one kind of styling which is arguably more important than any other in web design, it’s typography. Ideally, your sites should begin with solid typography, and the rest of the design should be built around that. For this reason, it’s important to understand the typographic portion of the design process first.
► Browse WordPress Themes and Plugins on Envato Elements: https://elements.envato.com/wordpress?utm_campaign=yt_tutsplus_1bfV3z4HKlw&utm_medium=referral&utm_source=youtube.com&utm_content=description
This is the second course in a series teaching you Web Design. Be sure to subscribe to the Envato Tuts+ YouTube Channel to be notified when the next course is available.
View on GitHub: https://github.com/tutsplus/start-here-learn-css-typography
• Learn HTML Basics: Available now https://youtu.be/ONin3xInlGw
• Learn CSS Typography
• Learn CSS Layout: https://youtu.be/-PBX4sKRIT4
• Learn CSS Colors and Backgrounds: https://youtu.be/crKYMOO49yQ
Related Links
• CSS Zen Garden: http://www.csszengarden.com
• CSS Font Stack: https://www.cssfontstack.com
• Google Fonts: https://fonts.google.com
1. Introduction
0:00 1.1 Welcome
2. Learn CSS Typography
0:54 2.1 Intro to CSS
10:15 2.2 CSS Font Properties
18:49 2.3 Web Safe Fonts, Custom Fonts, and Font Stacks
28:04 2.4 CSS Line Height and Vertical Margins
33:45 2.5 Units to Use in Typography
45:11 2.6 Style Your Page’s Typography
3. Conclusion
59:59 3.1 Wrapping Up
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Envato Tuts+
Discover free how-to tutorials and online courses. Design a logo, create a website, build an app, or learn a new skill: https://tutsplus.com/?utm_campaign=yt_tutsplus_1bfV3z4HKlw&utm_medium=referral&utm_source=youtube.com&utm_content=description
Envato Elements
All the creative assets you need under one subscription. Customize your project by adding unique photos, fonts, graphics, and themes.
► Download Unlimited Stock Photos, Fonts & Templates with Envato Elements: https://elements.envato.com/?utm_campaign=yt_tutsplus_1bfV3z4HKlw&utm_medium=referral&utm_source=youtube.com&utm_content=description
► Subscribe to Envato Tuts+ on YouTube: https://www.youtube.com/tutsplus
► Follow Envato Tuts+ on Twitter: https://twitter.com/tutsplus
► Follow Envato Tuts+ on Facebook: https://www.facebook.com/tutsplus
https://wn.com/Learn_Css_Typography
If you’re a budding web designer and you’re ready to learn CSS, then start here! If there’s one kind of styling which is arguably more important than any other in web design, it’s typography. Ideally, your sites should begin with solid typography, and the rest of the design should be built around that. For this reason, it’s important to understand the typographic portion of the design process first.
► Browse WordPress Themes and Plugins on Envato Elements: https://elements.envato.com/wordpress?utm_campaign=yt_tutsplus_1bfV3z4HKlw&utm_medium=referral&utm_source=youtube.com&utm_content=description
This is the second course in a series teaching you Web Design. Be sure to subscribe to the Envato Tuts+ YouTube Channel to be notified when the next course is available.
View on GitHub: https://github.com/tutsplus/start-here-learn-css-typography
• Learn HTML Basics: Available now https://youtu.be/ONin3xInlGw
• Learn CSS Typography
• Learn CSS Layout: https://youtu.be/-PBX4sKRIT4
• Learn CSS Colors and Backgrounds: https://youtu.be/crKYMOO49yQ
Related Links
• CSS Zen Garden: http://www.csszengarden.com
• CSS Font Stack: https://www.cssfontstack.com
• Google Fonts: https://fonts.google.com
1. Introduction
0:00 1.1 Welcome
2. Learn CSS Typography
0:54 2.1 Intro to CSS
10:15 2.2 CSS Font Properties
18:49 2.3 Web Safe Fonts, Custom Fonts, and Font Stacks
28:04 2.4 CSS Line Height and Vertical Margins
33:45 2.5 Units to Use in Typography
45:11 2.6 Style Your Page’s Typography
3. Conclusion
59:59 3.1 Wrapping Up
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Envato Tuts+
Discover free how-to tutorials and online courses. Design a logo, create a website, build an app, or learn a new skill: https://tutsplus.com/?utm_campaign=yt_tutsplus_1bfV3z4HKlw&utm_medium=referral&utm_source=youtube.com&utm_content=description
Envato Elements
All the creative assets you need under one subscription. Customize your project by adding unique photos, fonts, graphics, and themes.
► Download Unlimited Stock Photos, Fonts & Templates with Envato Elements: https://elements.envato.com/?utm_campaign=yt_tutsplus_1bfV3z4HKlw&utm_medium=referral&utm_source=youtube.com&utm_content=description
► Subscribe to Envato Tuts+ on YouTube: https://www.youtube.com/tutsplus
► Follow Envato Tuts+ on Twitter: https://twitter.com/tutsplus
► Follow Envato Tuts+ on Facebook: https://www.facebook.com/tutsplus
- published: 05 Jun 2019
- views: 7252
3:11
Typography With CSS
CSS provides many ways to style your text on a webpage. Learn about all the typography tools that you can use in CSS.
Enroll now in our Intro to Programming Nan...
CSS provides many ways to style your text on a webpage. Learn about all the typography tools that you can use in CSS.
Enroll now in our Intro to Programming Nanodegree program to learn more about CSS - https://www.udacity.com/course/intro-to-programming-nanodegree--nd000.
https://wn.com/Typography_With_Css
CSS provides many ways to style your text on a webpage. Learn about all the typography tools that you can use in CSS.
Enroll now in our Intro to Programming Nanodegree program to learn more about CSS - https://www.udacity.com/course/intro-to-programming-nanodegree--nd000.
- published: 16 Feb 2021
- views: 13458
2:04:11
Typography for Developers Tutorial - Full Course
Typography is one of the most important aspects of good design. In this course, you'll learn all you need to know about creating good typography as a UX Designe...
Typography is one of the most important aspects of good design. In this course, you'll learn all you need to know about creating good typography as a UX Designer: how to choose a typeface; what to look for when laying out type, how to create typographic hierarchy, laying out type, and creating responsive typography.
✏️ This course was developed by Hope Armstrong.
This course was made possible by a grant from teamtreehouse.com
⭐️ Course Contents ⭐️
👏 Thanks to JM G for creating these time codes.
⌨️ (0:00) Introduction: What is Typography?
⌨️ (4:11) Typography vs Lettering
⌨️ (4:58) Typeface vs Font
⌨️ (5:57) How Typography Affects User Experience (UX)
⌨️ (10:06) Elements of TypeFace
⌨️ (12:40) Serifs
⌨️ (13:20) Sans-serifs (Without serifs)
⌨️ (13:28) Letterform Contrast
⌨️ (13:54) Text Contrast in Comparison to the Background
⌨️ (14:40) Text Color Contrast
⌨️ (16:27) Typeface Genres (Types of Typefaces)
⌨️ (17:46) Serif Sub-genres
⌨️ (20:54) Sans-serifs Sub-genres
⌨️ (23:25) Scripts
⌨️ (24:39) Print Design vs Digital Design
⌨️ (27:00) Help Clients Understand the Benefit of Good Fonts
⌨️ (29:05) Fixed vs Fluid Layouts
⌨️ (30:28) Choosing and Using Typefaces
⌨️ (31:41) Installing Fonts
⌨️ (32:15) A word on Font Formats
⌨️ (34:45) Choosing a Text Typface
⌨️ (37:12) Counters (Enclosed whitespace in Text)
⌨️ (38:20) Typeface 'Mood' Matching the Content
⌨️ (41:37) Choosing a Display Typeface
⌨️ (46:35) Translating Text Typeface to Display Typeface
⌨️ (48:08) Weight, Styles & Sizes
⌨️ (48:33) Faux Bold & Italics vs True Bold & Italics
⌨️ (51:34) Font Weighting & Styles
⌨️ (53:14) Design Project using Figma
(More time codes to come.)
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
https://wn.com/Typography_For_Developers_Tutorial_Full_Course
Typography is one of the most important aspects of good design. In this course, you'll learn all you need to know about creating good typography as a UX Designer: how to choose a typeface; what to look for when laying out type, how to create typographic hierarchy, laying out type, and creating responsive typography.
✏️ This course was developed by Hope Armstrong.
This course was made possible by a grant from teamtreehouse.com
⭐️ Course Contents ⭐️
👏 Thanks to JM G for creating these time codes.
⌨️ (0:00) Introduction: What is Typography?
⌨️ (4:11) Typography vs Lettering
⌨️ (4:58) Typeface vs Font
⌨️ (5:57) How Typography Affects User Experience (UX)
⌨️ (10:06) Elements of TypeFace
⌨️ (12:40) Serifs
⌨️ (13:20) Sans-serifs (Without serifs)
⌨️ (13:28) Letterform Contrast
⌨️ (13:54) Text Contrast in Comparison to the Background
⌨️ (14:40) Text Color Contrast
⌨️ (16:27) Typeface Genres (Types of Typefaces)
⌨️ (17:46) Serif Sub-genres
⌨️ (20:54) Sans-serifs Sub-genres
⌨️ (23:25) Scripts
⌨️ (24:39) Print Design vs Digital Design
⌨️ (27:00) Help Clients Understand the Benefit of Good Fonts
⌨️ (29:05) Fixed vs Fluid Layouts
⌨️ (30:28) Choosing and Using Typefaces
⌨️ (31:41) Installing Fonts
⌨️ (32:15) A word on Font Formats
⌨️ (34:45) Choosing a Text Typface
⌨️ (37:12) Counters (Enclosed whitespace in Text)
⌨️ (38:20) Typeface 'Mood' Matching the Content
⌨️ (41:37) Choosing a Display Typeface
⌨️ (46:35) Translating Text Typeface to Display Typeface
⌨️ (48:08) Weight, Styles & Sizes
⌨️ (48:33) Faux Bold & Italics vs True Bold & Italics
⌨️ (51:34) Font Weighting & Styles
⌨️ (53:14) Design Project using Figma
(More time codes to come.)
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
- published: 11 May 2021
- views: 664846
8:37
Responsive Typography with CSS Clamp
Today we're going to learn how we can use the CSS clamp function to create responsive, fluid typography!
📚 Project Links
code: https://github.com/TomIsLoading/...
Today we're going to learn how we can use the CSS clamp function to create responsive, fluid typography!
📚 Project Links
code: https://github.com/TomIsLoading/fluid-typography
🔗 My Links
GitHub: https://github.com/TomIsLoading
Twitter: https://twitter.com/TomIsLoading
Instagram: https://www.instagram.com/tomisloading/
TikTok: https://www.tiktok.com/@tomisloading
https://wn.com/Responsive_Typography_With_Css_Clamp
Today we're going to learn how we can use the CSS clamp function to create responsive, fluid typography!
📚 Project Links
code: https://github.com/TomIsLoading/fluid-typography
🔗 My Links
GitHub: https://github.com/TomIsLoading
Twitter: https://twitter.com/TomIsLoading
Instagram: https://www.instagram.com/tomisloading/
TikTok: https://www.tiktok.com/@tomisloading
- published: 29 Dec 2022
- views: 46497
1:00
Don’t learn web dev this way
Learning web dev is hard, but taking the right approach can really help!
#css #shorts
--
Come hang out with other dev's in my Discord Community
💬 https://di...
Learning web dev is hard, but taking the right approach can really help!
#css #shorts
--
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 hang out with me live every Monday on Twitch!
📺 https://www.twitch.tv/kevinpowellcss
---
Help support my channel
👨🎓 Get a course: https://www.kevinpowell.co/courses
👕 Buy a shirt: https://teespring.com/stores/making-the-internet-awesome
💖 Support me on Patreon: https://www.patreon.com/kevinpowell
---
My editor: VS Code - https://code.visualstudio.com/
---
I'm on some other places on the internet too!
If you'd like a behind the scenes and previews of what's coming up on my YouTube channel, make sure to follow me on Instagram and Twitter.
Twitter: https://twitter.com/KevinJPowell
Codepen: https://codepen.io/kevinpowell/
Github: https://github.com/kevin-powell
---
And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!
https://wn.com/Don’T_Learn_Web_Dev_This_Way
Learning web dev is hard, but taking the right approach can really help!
#css #shorts
--
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 hang out with me live every Monday on Twitch!
📺 https://www.twitch.tv/kevinpowellcss
---
Help support my channel
👨🎓 Get a course: https://www.kevinpowell.co/courses
👕 Buy a shirt: https://teespring.com/stores/making-the-internet-awesome
💖 Support me on Patreon: https://www.patreon.com/kevinpowell
---
My editor: VS Code - https://code.visualstudio.com/
---
I'm on some other places on the internet too!
If you'd like a behind the scenes and previews of what's coming up on my YouTube channel, make sure to follow me on Instagram and Twitter.
Twitter: https://twitter.com/KevinJPowell
Codepen: https://codepen.io/kevinpowell/
Github: https://github.com/kevin-powell
---
And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!
- published: 10 Aug 2022
- views: 1361036
7:40
Truly Fluid Typography with 1 CSS PROPERTY!
https://bit.ly/2IPcPgA - Become a frontend developer (50% off limited time!)
-- Want to learn UI/UX? https://designcourse.com
-- Today, we're going to be checki...
https://bit.ly/2IPcPgA - Become a frontend developer (50% off limited time!)
-- Want to learn UI/UX? https://designcourse.com
-- Today, we're going to be checking out a really cool new function for CSS called clamp(). It allows you to specify 3 parameters (a minimum value, a fluid value, and a maximum value). This effectively allows you to create fluid typography, white space, etc..
More reading:
https://caniuse.com/?search=clamp
https://dev.to/vtrpldn/write-fewer-media-queries-with-the-clamp-css-function-2cl7
0:00 - Introduction
1:25 - An awesome offer from Scrimba
1:55 - Using Clamp()
7:00 - Outro
Let's get started!
- - - - - - - - - - - - - - - - - - - - - -
Subscribe for NEW VIDEOS!
Learn UI/UX: https://designcourse.com
My personal FB account: http://fb.com/logodesigner
Coursetro FB: http://fb.com/coursetro
Coursetro's Twitter: http://twitter.com/designcoursecom
Join my Discord! https://discord.gg/a27CKAF
^-Chat with me and others
- - - - - - - - - - - - - - - - - - - - - -
Who is Gary Simon? Well, I'm a full stack developer with 2+ decades experience and I teach people how to design and code. I've created around 100+ courses for big brands like LinkedIn, Lynda.com, Pluralsight and Envato Network.
Now, I focus all of my time and energy on this channel and my website Coursetro.com.
Come to my discord server or add me on social media and say Hi!
https://wn.com/Truly_Fluid_Typography_With_1_Css_Property
https://bit.ly/2IPcPgA - Become a frontend developer (50% off limited time!)
-- Want to learn UI/UX? https://designcourse.com
-- Today, we're going to be checking out a really cool new function for CSS called clamp(). It allows you to specify 3 parameters (a minimum value, a fluid value, and a maximum value). This effectively allows you to create fluid typography, white space, etc..
More reading:
https://caniuse.com/?search=clamp
https://dev.to/vtrpldn/write-fewer-media-queries-with-the-clamp-css-function-2cl7
0:00 - Introduction
1:25 - An awesome offer from Scrimba
1:55 - Using Clamp()
7:00 - Outro
Let's get started!
- - - - - - - - - - - - - - - - - - - - - -
Subscribe for NEW VIDEOS!
Learn UI/UX: https://designcourse.com
My personal FB account: http://fb.com/logodesigner
Coursetro FB: http://fb.com/coursetro
Coursetro's Twitter: http://twitter.com/designcoursecom
Join my Discord! https://discord.gg/a27CKAF
^-Chat with me and others
- - - - - - - - - - - - - - - - - - - - - -
Who is Gary Simon? Well, I'm a full stack developer with 2+ decades experience and I teach people how to design and code. I've created around 100+ courses for big brands like LinkedIn, Lynda.com, Pluralsight and Envato Network.
Now, I focus all of my time and energy on this channel and my website Coursetro.com.
Come to my discord server or add me on social media and say Hi!
- published: 22 Sep 2020
- views: 53309
0:56
Intro to HTML and CSS - Using Bootstrap Typography
This video is part of a full course, Intro to HTML and CSS offered on Udacity.com. To view the full course visit https://www.udacity.com/course/ud304.
This video is part of a full course, Intro to HTML and CSS offered on Udacity.com. To view the full course visit https://www.udacity.com/course/ud304.
https://wn.com/Intro_To_Html_And_Css_Using_Bootstrap_Typography
This video is part of a full course, Intro to HTML and CSS offered on Udacity.com. To view the full course visit https://www.udacity.com/course/ud304.
- published: 23 Feb 2015
- views: 7125
11:59
Complete Layout Guide
Watch Part 2 (Grouping, Scale, and Sequence): https://youtu.be/_Pp0JHEswMk
Watch Part 3 (Alignment, Balance, and Grids): https://youtu.be/DP9Bzd4_-NM
🤑 FREE "P...
Watch Part 2 (Grouping, Scale, and Sequence): https://youtu.be/_Pp0JHEswMk
Watch Part 3 (Alignment, Balance, and Grids): https://youtu.be/DP9Bzd4_-NM
🤑 FREE "Principles of Layout" Handbook - Download here 👉 https://bit.ly/3M7cuB3 🤑
Don't waste more time dragging things around until they look good. Watch Matt talk about the Principles of Layout on Part One of this three-part series of videos. In today's episode, he discusses 3 ideas: Focal Point, White Space, and Hierarchy.
📽️ CHAPTERS
00:00 - Introduction
01:00 - Focal Point
02:38 - White Space
03:48 - Hierarchy
04:56 - Examples
⬇ Did you find this video helpful? Tell us what you think in the comments section and stay tuned for the next two videos. ⬇
Don't forget to subscribe to our channel for more Design Content. Click here 👉 https://bit.ly/33byV7L
🎨 Learn the Art & Business of Web Design. Check out all our courses 👉 https://bit.ly/3jMxocU
📱 Find us on SOCIAL MEDIA
Flux Academy's Instagram 👉 https://www.instagram.com/flux.academy/
Matt's Instagram 👉 https://www.instagram.com/mattbruntondesign/
Matt's Youtube Channel 👉 https://www.youtube.com/c/MattBruntonUK
Thanks for watching our video!
#Design #Layout #FluxAcademy
https://wn.com/Complete_Layout_Guide
Watch Part 2 (Grouping, Scale, and Sequence): https://youtu.be/_Pp0JHEswMk
Watch Part 3 (Alignment, Balance, and Grids): https://youtu.be/DP9Bzd4_-NM
🤑 FREE "Principles of Layout" Handbook - Download here 👉 https://bit.ly/3M7cuB3 🤑
Don't waste more time dragging things around until they look good. Watch Matt talk about the Principles of Layout on Part One of this three-part series of videos. In today's episode, he discusses 3 ideas: Focal Point, White Space, and Hierarchy.
📽️ CHAPTERS
00:00 - Introduction
01:00 - Focal Point
02:38 - White Space
03:48 - Hierarchy
04:56 - Examples
⬇ Did you find this video helpful? Tell us what you think in the comments section and stay tuned for the next two videos. ⬇
Don't forget to subscribe to our channel for more Design Content. Click here 👉 https://bit.ly/33byV7L
🎨 Learn the Art & Business of Web Design. Check out all our courses 👉 https://bit.ly/3jMxocU
📱 Find us on SOCIAL MEDIA
Flux Academy's Instagram 👉 https://www.instagram.com/flux.academy/
Matt's Instagram 👉 https://www.instagram.com/mattbruntondesign/
Matt's Youtube Channel 👉 https://www.youtube.com/c/MattBruntonUK
Thanks for watching our video!
#Design #Layout #FluxAcademy
- published: 03 Jun 2022
- views: 830165
10:04
Easy Responsive Typography (CSS-only)
In this video, I'll show you how to set up a fluid responsive typography scale with the CSS clamp property.
🔗 Key Links 🔗
- CodePen: https://codepen.io/Codin...
In this video, I'll show you how to set up a fluid responsive typography scale with the CSS clamp property.
🔗 Key Links 🔗
- CodePen: https://codepen.io/Coding-in-Public/pen/popwWQy
- MDN docs on clamp(): https://developer.mozilla.org/en-US/docs/Web/CSS/clamp
- Caniuse.com: https://caniuse.com/?search=clamp
- Open Props: https://open-props.style/#typography
- Utopia Font scaling: https://utopia.fyi/
- Modern Fluid Typography: https://modern-fluid-typography.vercel.app/
---------------------------------------
📹 Related Videos 📹
- Get Started with Open Props: https://www.youtube.com/watch?v=cq7c3tawEnI
---------------------------------------
🌐 Connect With Me 🌐
- Website: https://codinginpublic.dev
- Blog: https://chrispennington.blog
- Twitter: https://twitter.com/cpenned
https://wn.com/Easy_Responsive_Typography_(Css_Only)
In this video, I'll show you how to set up a fluid responsive typography scale with the CSS clamp property.
🔗 Key Links 🔗
- CodePen: https://codepen.io/Coding-in-Public/pen/popwWQy
- MDN docs on clamp(): https://developer.mozilla.org/en-US/docs/Web/CSS/clamp
- Caniuse.com: https://caniuse.com/?search=clamp
- Open Props: https://open-props.style/#typography
- Utopia Font scaling: https://utopia.fyi/
- Modern Fluid Typography: https://modern-fluid-typography.vercel.app/
---------------------------------------
📹 Related Videos 📹
- Get Started with Open Props: https://www.youtube.com/watch?v=cq7c3tawEnI
---------------------------------------
🌐 Connect With Me 🌐
- Website: https://codinginpublic.dev
- Blog: https://chrispennington.blog
- Twitter: https://twitter.com/cpenned
- published: 08 Apr 2022
- views: 12071