Wednesday, 8 December 2010
So many of us were having problems centralising our websites for Web Design 2.
I feel kinda stupid now that I've found the solution to be so simple.
I kept telling people that I had no idea how to centralise the website using CSS, so I kept advising them to use the "margin-left" property.
After some research (looking at the source code of perfectly centralised sites) and other research (Googling key words), I found out that I was going about it in the wrong way.
We were heading in the right direction with the use of the "margin" property, but we sorta got it wrong when we assigned it values.
Ok, long story short, this is how it's done:
And that is that is all is all. Simple right? *facepalm*
I need to configure some awesome styling thing for code snippet posting. >_<
Read more »
I feel kinda stupid now that I've found the solution to be so simple.
I kept telling people that I had no idea how to centralise the website using CSS, so I kept advising them to use the "margin-left" property.
After some research (looking at the source code of perfectly centralised sites) and other research (Googling key words), I found out that I was going about it in the wrong way.
We were heading in the right direction with the use of the "margin" property, but we sorta got it wrong when we assigned it values.
Ok, long story short, this is how it's done:
body
{
text-align: center;
}
div#container
{
margin-left: auto;
margin-right: auto;
width: 50em;
text-align: left;
}
And that is that is all is all. Simple right? *facepalm*
I need to configure some awesome styling thing for code snippet posting. >_<
Labels: CSS, short, useful tip, Web Design
Monday, 13 September 2010
The Internet is a beautiful thing. Access to online tutorials is also a beautiful thing. Below is a list of tutorial URL's that I may be referencing for the development of this project.
1. CSS Tutorials:
2. Photoshop Tutorials:
3. Javascript/JQuery Tutorials:
4. Additional Useful Resources:
Read more »
1. CSS Tutorials:
- Sliding Panel
- Multi-level Menu
- Scalable Breadcrumbs
- Rounded Corners
- Full-page Background Image
- Polaroid Photo Gallery 1
- Polaroid Photo Gallery 2
- Alternative Layouts for IE6
- IE6 Cheatsheet
- 15 CSS Habits
- Useful CSS Techniques
2. Photoshop Tutorials:
- Stencil Art
- Wooden Grunge Portfolio
- Minimalist Website Layout
- Clean and Classy Web Design
- Textured Web Layout
- Elegant Photography Web Layout
- Artistic Web Layout
- Nice Brown Layout
- Ultimate Photoshop Toolbox
- Old-Style Safari Map
- Photo Transfer Edge Effect
- Dreamy Vintage
- Vintage Traveler Diary
- Brushes for Vintage Style Design
- Vintage-looking Image
- Vintage Tutorial DeviantArt
- 30 Dirty Designs
3. Javascript/JQuery Tutorials:
- 50 Useful Techniques and Plugins
- 35 Fresh Tools and Resources
- Javascript for Designers
- 51 Best JQuery Examples
- 45 JQuery Plugins
- 50 Amazing JQuery Examples
4. Additional Useful Resources:
Labels: assignment post, CSS, design, Flash, HTML, Javascript/JQuery, link, Photoshop, Web Design, YouTube
;;
Subscribe to:
Posts (Atom)

