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.

wierd paragraphs

Featured Replies

Hi, this is probably really obvious, but I find that whenever I press return for a new paragraph that the distance between the two lines is really big. Is there anyway I can change this? Thanks.....

if you do a global reset of all your elements by adding this to your css

 

* {
margin:0;
padding:0;
}

 

then you can add your own spacing for your paragraphs like this:

p {
margin-bottom:5px;}

 

the 5 is just an example you could have this any size you want.

 

 

Hope that makes sense :)

Hi, this is probably really obvious, but I find that whenever I press return for a new paragraph that the distance between the two lines is really big. Is there anyway I can change this? Thanks.....

Hi do yo mean like this

 

line 1

 

line 2

 

and you want

 

 

line 1

line 2

 

if it is press shift and return together this will add a<br/ >

  • 1 month later...
  • Author
if you do a global reset of all your elements by adding this to your css

 

* {
margin:0;
padding:0;
}

 

then you can add your own spacing for your paragraphs like this:

p {
margin-bottom:5px;}

 

the 5 is just an example you could have this any size you want.

 

 

Hope that makes sense :)

 

 

Hi, I've just looked at your portfolio and I really like your navigation bar, would you be willing to share the css for this?

Thanks

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.