Есть очень простой код:
<!DOCTYPE html>
<html>
<head>
<link href="styles.css" rel="stylesheet" type="text/css" / >
<title>ScreenDneter</title>
<header><div><!--<a href=""><img src="logo.png" width="98" ></a>!--><H2 class = "products">ПРОДУКТЫ</H2><H2 class = "products">ПРОДУКТЫ2</H2></div></header>
</head>
<body>
</body></html>
И CSS :
*{
margin: 0;
padding: 0;
}
html{
background-color: rgb(20,20,20);
width: 100%;
}
header{
border: 1;
border-bottom: 2px solid rgb(53,53,53);
}
.products{
color: white;
}
.img{
float: left;
}
Почему элемент текста переносится на новою строку?
Вопрос очень простой, но ответ на него найти не могу...
Как перенести второй элемент на строку к первому..