+ 1
Why the margin top of p1 is not changing
5 odpowiedzi
+ 3
Well there is no tag p1 as far as I know.Instead of p1 tag use p tag and use id p1 and then use the id to design the element with css.I think this will work:
https://code.sololearn.com/WZ9zcYMtpum8/?ref=app
+ 3
write anything instead of p1 try this one
<h6 class="date">12/2026</h6>
.date{
margin-left:50px;
margin-top:30px;
}
+ 1
Okay thanks both of you The future is now thanks to science[LESS ACTIVE] and A.S.
0
Heard about p tag but never heard of p1 tag before.
0
The future is now thanks to science[LESS ACTIVE] Everything is changing except margin top