Paul Olynek
@ePauloAll solutions
- Submitted 4 months ago
Time Tracking Dashboard using CSS Grid and local JSON data
- HTML
- CSS
- JS
I think my code is "okay". I attempted to match the design specs. I imagine I could have made better use of Grid, such as Grid Areas, to control more of the UI display.
- Submitted 5 months ago
Newsletter sign-up form with JS error checking & modal success message
- HTML
- CSS
- JS
I think I got fairly close to the design expectations... other than my decision to place the desktop modal visibly over the Newsletter, ie. instead of placing the modal over a dark-color background (visually by itself).
- Submitted 5 months ago
Article Preview Component
- HTML
- CSS
- JS
I'm wondering if I should have created variation is HTML code (between mobile and desktop designs) in the JS file and inserted what was needed based on view width.
- Submitted 5 months ago
Responsive Meet Landing Page
- HTML
- CSS
The one thing I could not figure out what how to control (remove?) the opacity on the second divider (that partially covered the last section) and, similarly, how to control the opacity of the button in the last section.
- Submitted 6 months ago
Responsive CSS with flexbox and accessibility design
- HTML
- CSS
How (if possible) to force side-scrolling once the mobile view-screen width reaches the min-width setting... or is there no side-scroll bar displayed on mobile screens?
- Submitted 6 months ago
Semantic HTML with responsive CSS
- HTML
- CSS
I expect it's not a "perfect" solutions but I imagine it's close enough for a "newbie" challenge. ;-)
- Submitted 6 months ago
Recipe page
- HTML
- CSS
Is there a way to specify the numbers for ol li are in the form of "1." (with the period) rather than the default "1" (without the period)?