Skip to content

Instantly share code, notes, and snippets.

@yehonatan56
Created November 19, 2024 17:16
Show Gist options
  • Select an option

  • Save yehonatan56/3d0c7ca95c9a1b8580acd0441442bc23 to your computer and use it in GitHub Desktop.

Select an option

Save yehonatan56/3d0c7ca95c9a1b8580acd0441442bc23 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>סרטוני הדרכה</title>
<style>
body {
font-family: Arial, sans-serif;
direction: rtl;
}
section {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
div {
width: 320px;
margin-bottom: 20px;
}
form {
display: flex;
align-items: center;
justify-content: center;
}
</style>
</head>
<body>
<img src="logo.jpg" width="100px" height="100px" alt="">
<section>
<h1 style="color: blue">הזן סיריאלי</h1>
<form action="3.html" >
<input type="text" required>
<input type="submit" value="שלח">
<img src="scan-qr-code-4.png" width="15" height="15" style="margin-bottom: 5px; margin-right: 5px" >
</form>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment