likwidmonster Posted March 15, 2009 Share Posted March 15, 2009 I was wondering how you make websites like this one. I understand that some can be made by wordpress and that they are vector. See the hyperlink below http://www.ispoil.net/ (I know it's french) and http://www.ndesign-studio.com/ Quote Link to comment Share on other sites More sharing options...
shlumph Posted March 15, 2009 Share Posted March 15, 2009 You use images as backgrounds, ofcourse Being good with photoshop also helps. Quote Link to comment Share on other sites More sharing options...
dbrimlow Posted March 15, 2009 Share Posted March 15, 2009 Seems like you've never been to the garden. Here is a link to the site that showed us all years ago what can be done using CSS: CSS Zen Garden Quote Link to comment Share on other sites More sharing options...
likwidmonster Posted March 15, 2009 Author Share Posted March 15, 2009 I also have another question. How do you align the background image to be centered? Thanks for all your help Likwidmonster Quote Link to comment Share on other sites More sharing options...
jlhaslip Posted March 16, 2009 Share Posted March 16, 2009 Place the background image on the div which is centred, not the body. Quote Link to comment Share on other sites More sharing options...
likwidmonster Posted March 19, 2009 Author Share Posted March 19, 2009 Thank you so much! Sorry but I have another question as well. How can I align a text box to center so it matches the background. :) :) :) :) :) Quote Link to comment Share on other sites More sharing options...
jlhaslip Posted March 19, 2009 Share Posted March 19, 2009 Depends on your code, exactly, but using div { margin: 0 auto; } would be a good start. Quote Link to comment Share on other sites More sharing options...
likwidmonster Posted March 20, 2009 Author Share Posted March 20, 2009 Is it possible to align a layer to center so that it matches up with the header? ??? Quote Link to comment Share on other sites More sharing options...
shlumph Posted March 20, 2009 Share Posted March 20, 2009 #wrap { width: 800px; margin: auto auto; } <div id="wrap"> <div id="header"></div> <div id="content"></div> </div> Quote Link to comment Share on other sites More sharing options...
Derleek Posted March 20, 2009 Share Posted March 20, 2009 w3schools also has a very very good CSS tutorial that is a must Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.