FCC Random Quote Generator
I finished the algorithm scripting at Free Code Camp on June 19th and started the Random Quote Generator on the 20th.
I have been working diligently for a few days on it. Usually we are instructed to use the Bootstrap CSS framework. When I went searching for an API I found Chris Coyer from CSS Tricks Quotes on Design API site and was enamored with the design and decided I wanted to do the same thing.
So I mocked it up in Sketch:
I needed to really think about how to write the CSS and code for this design. I am still working on that. I have traversed the web in search of layout advice and CSS tricks 1 to move the bottom quotes to the left and at the bottom.
Originally, when I built the HTML, I had both the quotes at the top right. I kept forgetting that the <div></div> tags can place elements, nest elements, etc in the places you want them to go.
So I placed the ending quotes below the Tweet This button.
I’ve gone into Chrome’s Dev Tools and poked around on his site and have gotten a feeling of how to build it.
http://codepen.io/twhite96/pen/aZmrXO (opens in a new tab)
I finished the algorithm scripting at Free Code Camp on June 19th and started the Random Quote Generator on the 20th.
I have been working diligently for a few days on it. Usually we are instructed to use the Bootstrap CSS framework. When I went searching for an API I found Chris Coyer from CSS Tricks Quotes on Design API site and was enamored with the design and decided I wanted to do the same thing.
So I mocked it up in Sketch:
I needed to really think about how to write the CSS and code for this design. I am still working on that. I have traversed the web in search of layout advice and CSS tricks 1 to move the bottom quotes to the left and at the bottom.
Originally, when I built the HTML, I had both the quotes at the top right. I kept forgetting that the <div></div> tags can place elements, nest elements, etc in the places you want them to go.
So I placed the ending quotes below the Tweet This button.
I’ve gone into Chrome’s Dev Tools and poked around on his site and have gotten a feeling of how to build it.
http://codepen.io/twhite96/pen/aZmrXO (opens in a new tab)
© tiff.RSS