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.

Help me please?

Featured Replies

Okay. So I started a new little project this hour ,and I am trying to get this circle to not have a white background behind it, but just in the circle?

 

This is my HTML

<div id="profile_template_left_un">
<div id="profile_template_left_deux">
 <div id="profile_template_left_deux_image">
 </div>
</div>
</div>

And this is my CSS

#profile_template_left_un {
width: 230px;
height:auto;
background:#ffffff;
border:1px solid rgba(0,0,0,0.45);
float:left;
margin:0 auto;
}
#profile_template_left_deux{
width: 90px;
height:auto;
background:#333333;
border:1px solid rgba(0,0,0,0.45);
margin:0 auto;
}
#profile_template_left_deux_image{
width: 160px;
height:160px;
margin:0 auto;
border:2px solid rgba(0,0,0,0.45);
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

 

Sadly I cant provide a live preview as I don't have my own domain atm.

 

~Ricky.

thanks to any responders.

Edited by RickyCook

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.