How to create tables/boxes using CSS. Download template http://www.2createawebsite.com
Advertisements
How to create tables/boxes using CSS. Download template http://www.2createawebsite.com
« No Man Left Behind Part 2 (Battlefield: Bad Company 2 Machinima) How to Slice a Website Layout and export it »
kkboss on M型社會的窮人只要面紙,不要印鈔機! | |
best seo plan on M型社會的窮人只要面紙,不要印鈔機! | |
kkboss on Shell RON95 will caused the bi… | |
Jackpot Janggo on Shell RON95 will caused the bi… | |
ais510 on Aliens Power Loader : DIY Tuto… |
That’s clear but it will be nice if you could explain how to do a columns inside the box, that’s actually what I’m trying to do.
Folks, watch all four tutorials. I only watched the first one, and made a comment that it did not look like Lisa’s. Now that I have seen all the video’s and followed them, it made a little more sense, and as time goes on, it will continue to stick (I hope). But follow along. Now I see where I went wrong. Thanks Lisa. Great tutorials, and great way of showcasing your talent.
@ady0211: To center the whole page set the right and left margin of teh container on “auto”:
#container {
width: 900px;
margin-left:auto;
margin-right:auto;
}
@ady0211: To center the whole page set the right and left margin on “auto”:
#container {
width: 900px;
margin-left:auto;
margin-right:auto;
}
Thanks once again Lisa!!! =)
Your definitely the hottest CSS tutor EVER! haha!
your series was great and informative
Good bye man I am your naughty girl mworld5.info
I am a novice to CSS. But your tutorials were so good that I could grasp CSS key points in short time. Your explation is lucid. Also, you have a very pleasing voice. Pronounciation is clear. As a result, I could get everything you spoke. Thanks from the bottom of my heart for the real good work.
Excellent. Very clear and just enough information to know what to do but without overloading it. Thanks!
u rock sweet voice … lisa i guess …. god bless
thanks a ton
and if you now want to put all your stuff into the body you have to write everything between these two div /divs ?
How do you center the whole web page?
Thank you for taking the time to make these videos.I am new to this and I have learned so much in a short time.
Your videos make sense.
Thank you, thank you, thank you Lisa. I have been searching endlessly for someone to explain CSS to me in a way I could understand, and you did it, for free! I really appreciate your hard work. 🙂
@gf133 yeah it doesn’t matter, only if the opacity is 0 though. 😛
@Masterrer
I was going to ask her that myself if I wasn’t already married! 🙂
Really wonderful!
Really wonderful!
@impulsive2urge It doesn’t matter whether she’s #000000 or #FFFFFF 😛
lol
your voice is so awesome.
great video
only 1 thing…. MAKE MORE VIDEOS!! no one makes videos as clear and good as you. i used to make html pages but everything was always on the left and they looked bad but they always look profesional and good now.
thanks for the awsome videos!
@probowler94 Yes you can do that, but I used all 4 coordinates so people can learn that they can adjust all 4 values right there if they want to use different numbers for the various margins. Much shorter than creating a separate line for margin-top, margin-left, margin-right, etc.