I'm a Front End Developer and Computer Science student passionate about building websites and teaching code to others.
In this project, the objective was to view the optimal layout for
the site depending on their device's screen size and see hover
states for all interactive elements on the page. I used HTML, CSS,
and a little of JavaScript to complete it. I learned:
-
CSS custom props
- Flexbox
- Grid
- Padding &
margins
In this project, the objective was to view the optimal layout for the site depending on their device's screen size
see hover states for all interactive elements on the page,
navigate the slider using either their mouse/trackpad or keyboard. I used HTML, Sass,
and JavaScript to complete it. I learned:
-
Split() method using JS
- Event listeners
- DOM Manipulation with JavaScript
In this project, the objective was to view the optimal layout for the site depending on their device's screen size,
see hover states for all interactive elements on the page. I used HTML, Sass,
and JavaScript to complete it. I learned:
-
CSS rotate() function
- CSS Animations using keyframes
- Style elements in the DOM using JS