[be5bcf]: / static / styles.css

Download this file

114 lines (95 with data), 1.8 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
body {
font-family: Arial, sans-serif;
background-color: #f7f9fc;
color: #333;
margin: 0;
padding: 0;
text-align: center;
}
.container {
max-width: 800px;
margin: 15px auto;
padding: 20px;
background: #ffffff;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.container1 {
max-width: 800px;
max-height: 200px;
margin: 15px auto;
padding: 20px;
background: #ffffff;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
h1 {
color: #0056b3;
margin-bottom: 20px;
}
form {
margin: 20px auto;
display: flex;
flex-direction: column;
align-items: center;
}
.upload-box {
margin: 20px auto;
}
input[type="file"] {
display: inline-block;
margin: 10px 0;
font-size: 16px;
}
button {
background-color: #ff6961;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #ff5a50;
}
.preview-box {
margin-top: 20px;
}
.preview-box h2 {
color: #333;
}
img {
max-width: 100%;
height: auto;
margin: 10px 0;
border-radius: 8px;
}
.result {
margin-top: 30px;
}
table {
margin: 20px auto;
border-collapse: collapse;
width: 100%;
}
th, td {
border: 1px solid #ddd;
padding: 12px;
text-align: center;
font-size: 16px;
}
th {
background-color: #e0f7fa;
color: #0056b3;
font-weight: bold;
}
td img {
max-width: 100px;
height: auto;
border-radius: 5px;
}
h4{
color: #ff5a50;
}