You can add meta data to make the design responsive to different viewport (screen) sizes
Flexbox is an easy way to show what happens items one after the other.
Grid is also an option
1.Hello this is a test to see how things adapt to device size
1.Hello this is a test to see how things adapt to device size
1.Hello this is a test to see how things adapt to device size
1.Hello this is a test to see how things adapt to device size
1.Hello this is a test to see how things adapt to device size
1.Hello this is a test to see how things adapt to device size
1.Hello this is a test to see how things adapt to device size
1.Hello this is a test to see how things adapt to device size
1.Hello this is a test to see how things adapt to device size
1.Hello this is a test to see how things adapt to device size
1.Hello this is a test to see how things adapt to device size
1.Hello this is a test to see how things adapt to device size
1.Hello this is a test to see how things adapt to device size
Bootstrap
Bootstrap is a CSS library. Website is getbootstrap.com
SASS
A way to reduce redundancy through the creation of variables
Needs a separate file because it's a different language as it has sass code
Sass is an extension to CSS that browsers don't understand, so we need to convert it
sass --watch file1.scss:file2.css
Next CSS selectors inside CSS selectors
Inheritance: Next CSS selectors inside CSS selectors, this uses @ to generate repeatable code
GIT
GIT tracks changes into code and helps collaboration with other people in an application
GitHub is a website that hosts code repositories online