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.

Extro

Members
  • Joined

  • Last visited

  1.    craigpettit reacted to a post in a topic: css backgrounds
  2. Hey, Make sure your body and html have margin set to 0! Best thing to do is set everything to margin 0. * { margin:0; }
  3. Extro replied to craigpettit's topic in Frontend
    First you'll need to set the margins of body and html, to prevent any missing pixels html, body { margin:0; } Once you have that done you need to set the header container up. CSS: .header { width:100%; /* Makes it reach 100% of the page */ height:50px; /* Height of the header */ } HTML: <div class="header">Heading here</div> Once we have that stretching across the page we need to make the container in the middle, of 1000px. CSS: .content { width:1000px; margin-left:auto; /* Makes it centre in the page*/ margin-right:auto; height:200px; } HTML: <div class="content">Content goes in here.</div> Now we need to do the footer. The footer also has the 100% width, like the header. CSS: .footer { width:100%; height:50px; } HTML: <div id="footer"> copyright footer etc </div> Hope this helped
  4. I would prefer layout 2. It's much more easier to read than having icons. It's also faster to look for a certain file, all you need to look down, unlike layout 1 you need to look all around the page.
  5. Hey, nice choice of colours. The green and white really contrast with each other, giving a very nice elegant look. Although the site seems a little on the 'kidy' side, maybe choose a more professional font? Pros: - Nice fluid design - Good choice of colors, implemented nicely along side each other Cons: - Footer is too large! - Footer down the very bottom, should have the footer text inside the container, not under the footer - Bad choice of font, doesn't look professional - Under the 'here's some of my work' you should make it slide up a lot faster, and have the whole thing a link. (You spelled work wrong btw) - The picture of you, should be front on. Not looking upward, just seems weird. Hope my feedback helps! Good luck!
  6. Hey everyone! My name Josh, or more commonly known as Extro. I've ran a few web hosting companies before, including EchoHosting and ExtroHosting. I've been doing computer stuff from very young age. I would say around 11 I started actually programming, starting off with basic java game design and development. Then I moved onto web development and things like that later on. I am 16 years of age now, currently developing a Learning Management System with PHP. I run a couple servers in my home data centre, a 2U IBM server used mainly for Web serving, and the other for a fileserver for my movies and other stuff I download off the net. I am advanced in: HTML, CSS I am intermediate in: Java (probably be rusty havnt done it in ages) I am currently learning: PHP, HTML5, CSS3, Javascript, jquery, ajax Will be nice too meet new people here, share ideas and help contribute to the forums. Cheers!

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.