Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

RehmanBaigMirza

Members
  • Joined

  • Last visited

Everything posted by RehmanBaigMirza

  1. I think we should also declare the doc type in your html document when using margin: 0 auto; Internet explorer will not accept without giving the doc type and hence the content floats to the left. Eg: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. You can adjust the size of the background in css body:{background:url(../images/bg.jpg); background-size:cover; background-position:50% 50%; background-repeat:no-repeat; }
  3. If you want to use arial narrow in your site simply give it in you css code p {font-family: "Aril Narrow", Arial, sans-serif;font-size:13px; line-height:16px;color:#333333; overflow-x:hidden;padding:5px 0px;} if you want to use some fancy fonts in your webiste, you can use google fonts, just go to google fonts website, search font of your choice,. and look for direction how to use here is a sample: give this in header section <link href='http://fonts.googleapis.com/css?family=Wire+One&v1' rel='stylesheet' type='text/css' /> and in css p {font-family: "Wire One", Arial, sans-serif;font-size:13px; line-height:16px;color:#333333; overflow-x:hidden;padding:5px 0px;}

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.