Go to file
Robert McGovern 7686db64a3 "Better" dynamic css. No longer using any media queries. Boxes will take up 90% of the screen on mobile devices, then will max out at 700px.
Font in the header (Practice Projects), will scale from 2.5rem on mobile, to 3rem for larger screens.

Should work for 80-88% of web browsers according to caniuse.com. Should probably provide a fallback

Might in future also scale the body text size too.
2020-09-24 10:45:56 +01:00
FrontendMentor Forgot to add the differences for Single Price challenge 2020-09-23 17:10:05 +01:00
.gitignore Initial commit 2020-05-18 14:21:54 +01:00
README.md added huddle-landing page exercise from frontendmentor 2020-09-02 09:13:38 +01:00
base.code-workspace Added a workspace file for VSCode, not sure about using it or not. Might back this out, if nothing else because I dislike that it not puts it into its own folder in the Explorer. 2020-09-12 09:50:53 +01:00
index.html First pass at a styled front page. Have some ideas of things to do, which are mentioned in the CSS file :) 2020-09-24 00:36:00 +01:00
notes.md "Better" dynamic css. No longer using any media queries. Boxes will take up 90% of the screen on mobile devices, then will max out at 700px. 2020-09-24 10:45:56 +01:00
style.css "Better" dynamic css. No longer using any media queries. Boxes will take up 90% of the screen on mobile devices, then will max out at 700px. 2020-09-24 10:45:56 +01:00

README.md

tarasis.github.io

Temporary store for various completed Web Development exercises