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.

Rounded Corners

Featured Replies

How do I achieve a look like this is it possible with CSS....

 

I would really appreciate your help

 

post-11517-1242841594_thumb.jpg

The easiest way would be with css3

 

-moz-border-radius: 5px;
-webkit-border-radius: 5px;

 

But that will only work with newer browsers, otherwise you could use the shrink wrap technique

 

http://www.cssplay.co.uk/menus/shrinkwrap_menu.html

 

Or alternatively a sliding doors method (does it need to scale horizontally or vertically? modify the technique to suit, i don't think it's possible to do both though)

 

http://www.cssplay.co.uk/menus/sliding_doors.html

 

The fourth method i know of, is to create create a square, and then nest divs inside with the rounded corners and then reposition them accordingly to fit onto the corners. I don't have a link, but i've used this method a few times to create rounded corners for images.

Create an account or sign in to comment

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.