finish step one

This commit is contained in:
kuwsh1n
2024-03-04 12:17:17 +03:00
parent 4e1ab987ca
commit 5871ed6cd0
16 changed files with 182 additions and 9 deletions

View File

@ -0,0 +1,12 @@
.main {
select {
font-size: 15px;
font-family: "Montserrat", sans-serif;
border: 1px solid rgb(200, 200, 200);
padding: 5px;
cursor: pointer;
option {
}
}
}

View File

@ -0,0 +1,9 @@
.main {
input {
display: block;
font-size: 15px;
font-family: "Montserrat", sans-serif;
border: 1px solid rgb(200, 200, 200);
padding: 1%;
}
}

View File

@ -0,0 +1,3 @@
.main {
input {}
}

View File

@ -0,0 +1,14 @@
.main {
textarea {
width: 100%;
font-size: 15px;
font-family: "Montserrat", sans-serif;
border: 1px solid rgb(200, 200, 200);
color: rgb(50, 50, 50);
padding: 1%;
height: 100px;
&::placeholder {
color: rgb(200, 200, 200);
}
}
}

View File

@ -0,0 +1,3 @@
.main {
}