Responsive Website

This project was my first attempt at using CSS to create a responsive webpage. The only skills required to do this project was HTML and CSS. With the use of media queries I was able to successfully build a responsive website that looked similar to the template that was provided for this project.

Enter
CSS Form

The goal of this project was to create a responsive webpage with the main focus on forms. Knowing how to create forms is an important part of web development and it allows people to provide feedback or interaction with one another. Here once again used CSS and HTML to create this responsive form using the template provided as a guide.

Enter
SCSS Project

The goal of this project was to use SCSS and the many features that it comes with to edit the layout of this site. Overall I find SCSS as a better way to organize CSS files, similar to the way that React organizes components together. I still use SCSS sometimes to organize the styles of very big projects, but for smaller project I stick to CSS.

Enter