WItam , mam takie problem :
#topic{
width: 900px
float: left;
background: blue;
}
#Lewa{
margin-left: 5px;
display: inline;
float: left;
width: 200px;
background: #0099cc;
color: black;
}
#Prawa{
margin-left: 5px;
text-align: left;
position: relative;
left: 205px;
width: 350px;
background: red;
color: black;
}
Chodzi o to że dwa divy są ładnie wyświetlane obok siebie, ale tekst napis w prawej karcie jest wyświetlany w połowie tego diva . Nie wiem dlaczego tak się dzieje , wypróbowałem już chyba wszystkie sposoby z margin, text-align position itd.