HTMLのフォーム
option 要素
textarea 要素
cols プロパティは幅(columns)
rows プロパティは行数
button 要素
label 要素
スタイル案
ress 使っている前提
code: form.scss
input,
textarea,
select,
button {
font-size: 1.6rem;
line-height: 1.5;
outline: none;
&:disabled {
cursor: not-allowed;
}
}
textarea,
select,
button {
padding: 6px 12px;
border-radius: 4px;
&:hover {
}
&:focus {
}
}
select,
&:hover {
cursor: pointer;
}
}
select {
padding-right: 24px;
background: url(/select.svg) no-repeat right;
}
input.wide,
textarea {
max-width: 100%;
width: 500px;
}
button,
border-color: rgba(0, 0, 0, 0.1);
&:hover {
}
}
font-size: 1.3rem;
width: 100%;
max-width: 300px;
}
code: select.svg
<path d="M5 8L10 13L15 8" stroke="#666666"/>
</svg>
https://gyazo.com/674470bdbd0866ceab4a5d931668c066