0
Can someone plz send one a moving man code
4 Respostas
0
!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html><!DOCTYPE html>
<html>
<head>
<style>
#man {
position: relative;
animation: move 2s infinite alternate;
}
@keyframes move {
0% {
left: 0;
}
100% {
left: 200px;
}
}
</style>
</head>
<body>
<div id="man">
<img src="man.png" alt="Man">
</div>
</body>
</html>
+ 5
STRANGER GAMING
No...
have you tried by yourself?
plz Read lessons again, and then create after this if you face any problems then ask here...
read the follow these Guidelines..
https://www.sololearn.com/Content-Creation-Guidelines
https://www.sololearn.com/Discuss/3021159/?ref=app
+ 4
STRANGER GAMING
This is not better way,so plz Share your code link for better response..
1:-your Image link is wrong.
Learn this about images path,and then try to make recode.
Hope it's helpful to you..
#How to host/upload an image
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
#How to host/upload an image with Dropbox
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
#more about images:
https://code.sololearn.com/WT3661NHpV3B/?ref=app
#watch this code..and learn what is your mistake..
https://code.sololearn.com/WXZwV72gUSD8/?ref=app
0
Yes I have faced problems I have completed the lesson