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.

duongdv

Members
  • Joined

  • Last visited

Everything posted by duongdv

  1. duongdv replied to alisiaro's topic in Frontend
    You should attach the pictures, I have looked at your file html and css, cause here can you use too much "margin-top", increase the distance between two label, first you should label a separate div tag, and the label underneath a separate div tag example: <div class="input_top"> <span> City </span> <input type="text"....> </input> ........ </div> .................. <div class="input"> <span> City </span> <input class="top" type="text"....> </input> ........ </div> and css: .input_top {margin:100px 0 0 0}; .input {margin:30px 0 0 0}; may be so ^_____________________^ Ps: My english very bad
  2. you should post html and css file or links online, for easy detection and error correction

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.