This commit is contained in:
2019-05-09 13:21:11 +02:00
parent a899fb8fd9
commit bc6c1f0b63

View File

@@ -1,8 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Straße</title> <title>Straße</title> <meta charset="utf-8">
<meta charset="utf-8">
<style> <style>
html, body { html, body {
width: 100%; width: 100%;
@@ -67,7 +66,7 @@
<img class="lefttoright" src="/~zxmpy88/uebung2/assets3/car1.svg"> <img class="lefttoright" src="/~zxmpy88/uebung2/assets3/car1.svg">
<img class="delay lefttoright" src="/~zxmpy88/uebung2/assets3/car2.svg"> <img class="delay lefttoright" src="/~zxmpy88/uebung2/assets3/car2.svg">
<img class="righttoleft" src="/~zxmpy88/uebung2/assets3/car3.svg"> <img class="righttoleft" src="/~zxmpy88/uebung2/assets3/car3.svg">
<img class="delay righttoleft delay" src="/~zxmpy88/uebung2/assets3/car4.svg"> <img class="delay righttoleft" src="/~zxmpy88/uebung2/assets3/car4.svg">
</body> </body>
</html> </html>