Add web design files
This commit is contained in:
54
web-design/Файлы/forms.css
Normal file
54
web-design/Файлы/forms.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user