“Uncaught TypeError: a.indexOf is not a function” error when opening new foundation project

I’ve created a new Foundation 5 project through bash, with foundation new my-project. When I open the index.html file in Chrome an Uncaught TypeError: a.indexOf is not a function error is shown in the console, originating in jquery.min.js:4. I created the project following the steps on the foundation site, but I can’t seem to get … Read more

Responsive font size in CSS

The font-size won’t respond like this when resizing the browser window. Instead they respond to the browser zoom/type size settings, such as if you press Ctrl and + together on the keyboard while in the browser. Media Queries You would have to look at using media queries to reduce the font-size at certain intervals where it starts breaking your design and creating scrollbars. … Read more