Skip to content

Tag: responsive-design

CSS Media Queries with ViewPoints

Well, I have been working on some website. It has come to my notice that mostly when people when using media queries they use fixed px values, or they use breaking points. so I wanted to know if it is bad to use viewpoints (vh/vw) in media queries, as so far they are working most devices. but the website work…

How to make text responsive in html?

I have the following code: So when you run the code above, I would like the exact same format of the code and everything to be the exact same when the user is viewing it on a large screen, but on devices such as phones/tablets or anything smaller, this should be my expected output: I know the output in this

mobile navigation wont responsive

Hey im working on a website for a client, however i think ive missed out something that is really annoying me atm. http://www.enlock.co.nz/asp-web/source/index.html here is the preview im providing for client as a small design mockup. You can notice that on web if you resize the page it will change and be res…