Revision history of "Responsive webdesign basics"

From Publication Station

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 11:30, 10 October 2023Arjensuijker talk contribs 2,223 bytes +1,202 new article Tag: visualeditor
  • curprev 07:43, 10 October 2023Arjensuijker talk contribs 1,021 bytes +1,021 Created page with "=== 1. Tell the browser not to scale === By default, smartphone browsers assume that a website will not be responsive, and will therefore display your website completely zoomed out. This is basically never what you want. Therefore, always set the viewport meta tag in the head of your document to tell the browser not to scale. <code><meta name="viewport" content="width=device-width, initial-scale=1" /></code> === 2. Make sure your whole website is flexible === There is..." Tag: visualeditor