Tech Tutorial: Learning React.js for Single-Page Web Applications – Episode 14: CSS Styling of Components

In this video, we discuss how to create component-specific CSS for the purpose of styling an individual component.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning Cascading Style Sheets (CSS) – Complete Playlist

The modern web page is something to behold. The complex design, the color, the movement, and the interaction are all a result of developers and designers skilled in the art of CSS. In this technical tutorial series, you will learn the basics of CSS in preparation for diving deep and creating beautiful web page designs.

Tech Tutorial: Learning Cascading Style Sheets (CSS) – Episode 15: Responsive Design and Media Queries

With the creation of smartphones, the internet has been flooded with small mobile devices over the last decade. These small devices have screens that are varying in size both vertically and horizontally when compared to standard computer monitor sizes. It is due to this that modern web designers and web developers’ task of creating web-based applications have become extremely complex.

It is the duty of both the designer and the developer to make sure that their user interfaces (HTML+CSS) work flawlessly on not only desktop and laptop computers, but on as many mobile devices as possible. To help accomplish this, the responsive design paradigm was created and media queries were introduced into CSS.

Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning Cascading Style Sheets (CSS) – Episode 14: Specificity

Because styles in CSS are cascading, meaning they build on top of each other, we need to understand how CSS calculates the effects of our style rules on the elements within a document. This is known as CSS specificity and is something every developer needs to understand in order to avoid a lot of headaches when implementing a designer’s look and feel in code.

Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning Cascading Style Sheets (CSS) – Episode 13: Box Model

Because CSS is used to style an HTML document, it becomes extremely important to understand how the browser goes about rendering the HTML elements within the document. One key aspect of document rendering within the browser is the box model. In this video, we walk through what the box model is and how it works with CSS to create stunning web pages.

Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning Cascading Style Sheets (CSS) – Episode 12: Pseudo Elements

When using CSS to style elements within an HTML document, you must first grab a hold of the specific element(s) you want to style (we call this obtaining a reference). CSS provides several methods for targeting HTML elements for styling. One such method is the use of pseudo-elements, which is selecting HTML elements using some preset combinators provided by CSS. For example, selecting the elements before or after a specific element.

Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/