Add web design files

This commit is contained in:
2025-11-20 21:37:53 +02:00
parent 258f24570a
commit 9192716bfb
510 changed files with 12551 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}
.main {
margin: auto;
width: 360px;
height: 494px;
background: linear-gradient(to bottom, #ffaf00, #ff9901);
border-radius: 20px;
margin-top: 50px;
padding: 1px;
;
}
h2 {
color: white;
font-family: Arial;
margin-top: 20px;
}
.field_name {
font-family: Arial;
text-align: left;
margin-left: 20px;
margin-top: 12px;
margin-bottom: 5px;
}
input {
width: 320px;
height: 25px;
}
.problem_field {
height: 120px;
}
.send {
margin-top: 15px;
font-family: Arial;
height: 30px;
font-size: 18px;
}
.last {
text-align: left;
font-family: Arial;
margin-left: 20px;
}