I have definitely figured out that I am a better a developer, on my own, compared to a designer. I didn’t realize how much Mike helps with design until now. Here is a site that I was inspired by, but knowing my design skills I decided to keep it simple. I am obsessed with a […]
Author Archives: tenrey26
WebDesign2 | Natours – SASS pt2
Tutorials: Natours About section *I honestly give up. Following the tutorial was a journey. I had to keep rewinding and still was not able to comprehend the details. I know I can handle it with more practice but the tutorials move too fast and not enough explaination for me. Blog Question: The :not pseudo selector takes a […]
WebDesign2 | Intro NPM and SASS
Tutorials: Package.JSON Problem Set: Button Set Blog Question: Installed through a computers termianl, Node.js is a Javascript platform that allows developers to write and run JS applications outside of a web browser.
WebDesign2 | Natours – Project Setup
Tutorial: Here is the link to my Directory. Problem Set: I enjoyed creating this comment box page ! Blog Question: The files for the Natours Project are in the same folder but separated by files and they are linked together by tags within the html file. The first interesting new piece of CSS I learned […]
WebDesign2 | Natours – CSS
Tutorials: Responsive Units, BEM renaming Problem Set: Blog Question: Four properties that are inherited by the child elements are color; font-family; font-size; font-weight because these properties are general body element. Four properties that are not inherited are padding; margin; box-sizing; height because these are interchangeable.