Jump to content

Css Align


wickedXxxxlegox

Recommended Posts

"Doesn't work" is a pretty useless response. Post the code you tried, and a description of how it "doesn't work".

 

I just read your subtitle. Now I know that you have mental problems.

 

 .container {
 height:700px;
 width: 700px;
 border:1px solid #fff;
 border-radius:0px 5px 5px 0px;
 margin: 0 auto;
 background-color:#FFF
 }
		    .leftbar {
 height:700px;
 width: 200px;
 border:1px solid #fff;
 border-radius:5px 0px 0px 5px;
 float: left;
 background-color:#FFF
 }

Link to comment
https://forums.phpfreaks.com/topic/269335-css-align/#findComment-1384686
Share on other sites

 

 

So, there's the code. have any idea how to fix it?

 

No, because you still haven't explained what it should look like. I can tell you however, that you have a parse error on the first line of your style.css file. You can check the validity of your CSS here: http://jigsaw.w3.org/css-validator/

Link to comment
https://forums.phpfreaks.com/topic/269335-css-align/#findComment-1384695
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.