78 lines
1.1 KiB
HTML
78 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<style>
|
|
.icon {
|
|
width: 75px;
|
|
}
|
|
|
|
.langButton {
|
|
padding: 0px;
|
|
border: none;
|
|
background: 0;
|
|
}
|
|
|
|
.langImg {
|
|
width: 40px;
|
|
}
|
|
|
|
input {
|
|
width: 500px;
|
|
font-size: 15px;
|
|
font-family: "Roboto", sans-serif;
|
|
}
|
|
|
|
select {
|
|
width: 500px;
|
|
font-size: 15px;
|
|
font-family: "Roboto", sans-serif;
|
|
}
|
|
|
|
img {
|
|
max-width: 500px;
|
|
max-height: 500px;
|
|
}
|
|
|
|
.photo {
|
|
max-width: 300px;
|
|
max-height: 500px;
|
|
}
|
|
|
|
textarea {
|
|
resize: none;
|
|
width: 500px;
|
|
font-size: 15px;
|
|
font-family: "Roboto", sans-serif;
|
|
}
|
|
|
|
div {
|
|
text-align: center;
|
|
font-family: "Roboto", sans-serif;
|
|
}
|
|
|
|
table {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
td {
|
|
text-align: left;
|
|
padding: 10px;
|
|
}
|
|
|
|
tr {
|
|
text-align: center;
|
|
padding: 10px;
|
|
border: 1px solid;
|
|
border-top: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
}
|
|
|
|
.hiddenRow {
|
|
text-align: center;
|
|
padding: 0px;
|
|
border: none;
|
|
}
|
|
</style>
|
|
</html> |