When I try to adjust the values of left
, top
, and right
, nothing seems to change. I also experimented with the position
attribute without any success.
What could be the mistake on my end?
.PHP_A {
position: static;
left: 200px;
top: 400px;
right: 200px;
z-index: 1;
background: #ccccff;
max-width: 360px;
margin: 0 auto 100px;
padding: 45px;
text-align: center;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
<div class="PHP_A">
<form action="#" method="post">
Course Name:PHP_A</br>
</br>
Course Duration:100 HOURS</br>
</br>
CourseFees:$1000</br>
</br>
</br>
<input type="submit" name="submit" value="APPLY" />
</form>
</div>
</br>
</br>