Files
AI/Business_cards/templates/card.html
T
2022-12-12 10:45:51 +05:30

76 rindas
1.4 KiB
HTML

<html>
<head>
<style>
.button {
background-color: #000000; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 4px 2px;
cursor: pointer;
}
.button1 {font-size: 10px;}
.button2 {font-size: 12px;}
.button3 {font-size: 16px;}
.button4 {font-size: 50px;}
.button5 {font-size: 24px;border-radius: 12px;}
</style>
</head>
<body>
<div style="background-image: url('https://lh3.googleusercontent.com/p/AF1QipONWF8G50u9Bu-dklcj3kzesofOn8Z0q0LdHeU1=w1080-h608-p-no-v0');
/* Full height */
height: 100%;
/ Center and scale the image nicely /
background-position: center;
background-repeat: no-repeat;
background-size: cover;">
<h1 class="button button5"> Visiting Card PARSER </h1>
<br> <br>
<a class="button button5"href="/">HOME</a>
<form action="/submit" method="POST" enctype="multipart/form-data">
<div class="form-group">
<div class="custom-file">
<input type="file" class="button button5" name="image" id="image"> <br> <br><br>
<div class="bg"></div>
<input class="button button5" type="submit">
</div>
</div>
</form>
<style>
body {
width: 100%;
height:100%;
font-family: 'Helvetica';
background-color:#000000;
color: #fff;
font-size: 24px;
text-align:center;
letter-spacing:1.4px;
}
</style>
</body>
</html>