<link rel="stylesheet" href="stylesheet.css">
<div class="mydiv"></div>
<style>
.mydiv {
background-color: /*Color*/;
color: /*Another color*/;
}
</style>
<html>
<head>
<style>
body{
direction:rtl;
}
</style>
</head>
<body>
</body>
</html>
<style></style>
<div class="container">
<div class="price-tiers-container">
<!-- Prices tiers go here -->
</div>
<div class="features-container">
<!-- Prices tiers go here -->
</div>
</div>
how to place a div to a cetain position ?