I started learning CSS a week ago. Today I made my first design. You can see it here: http://muthuswamy.in/portfolio/1 Please give some suggestions to increase my abilities.
Well done, Take a look at http://www.html.it/articoli/nifty/index.html to get some nice css rounded corners. This will make it much more asthetically pleasing If you ever need a header or logo goto: http://forums.digitalpoint.com/showthread.php?t=460456 Notting
Everything is good but need more color concept development. There are tow error in your CSS check it out #container Property -moz-opacity doesn't exist : 0.8 #container { width : 780px; margin : auto; background : #000009; padding : 15px; margin-top : 20px; margin-bottom : 20px; } Same colors for color and background-color in two contexts h3 and #top-right dt a h3 { text-align : center; background : #000000; color : #ffffff; margin : 0; padding : 3px; } #top-right { margin-left : 25px; background-color : #93c400; }
Was looking at it just now. The first error is -moz-opacity. Its just for Mozilla and the original "opacity" tag is not yet implemented in many browsers. The second error may be deu to lowercase letters, that can be corrected.
Thanks everyone, I am sure I will develop my abilities and make my next design very soon. By the way it took me around 5-6 hours to develop this simple design, I should concentrate on my speed so that I can get into some competitions going around near my place.