Hello everyone, I'm trying for a div
next to another div
as you can see below, I'm not sure what I'm doing wrong here's the code:
.div {
background-color: #cecece;
margin-right: 700px;
padding-bottom: 424px;
border: inset
}
<!DOCTYPE html>
<html>
<head>
<title>C#</title>
</head>
<body>
<div class="div">
</div>
<div style="background-color: #000; margin-left: 400px; padding-bottom: 424px">
w
</div>
</body>
</html>
The code is not performing very well in this post so if you need to see the result in this page you have to copy the code.