dev-landing-page
dev-landing-page copied to clipboard
Added a new theme and extras
- Added a single new theme.
- Added
min-width: 0andmin-width: 2400pxfor mobile up to 4K screens responsiveness, respectively. - Added comments in the
style.cssfile - I realized that there was a lot of code hanging outside the media queries in the
style.cssfile, I put it all in the inside media queries and only left the global one*, htmloutside. - Deleted the
media querieswith no code inside - I removed the styles in the
style.cssfile pointing to ghost elements (elements that don't exist) - Replaced some
remunits withvwon the.introand.taglinefor responsiveness - Added some
hovereffects on the icons - Minimised the icon's number to 6 and sort them according to their relevance as well as style
- Replaced the tagline font with a complementary one
- Added
<p>tags on the tagline, limited them to 3 and center-aligned them usingflex-boxon the main container. - I also gave them a contrasting color to the header text the icons as well as the pipes | |
- I assigned them to a new font style.
Issue #36 solution and other issues I named above which were not yet open.