1
2
3
4
5
6
7
·
·
·
·
·
·
·







/* Style the text box */ .project .project-title-textbox { margin-top: 20px; /* Adjust as needed */ } /* Style the title */ .project .project-title { margin-bottom: 10px; /* Adjust as needed */ } /* Style the text box label */ .project .project-textbox-label { font-weight: bold; } /* Style the text box input */ .project .project-textbox-input { width: 100%; padding: 5px; border: 1px solid #ccc; border-radius: 5px; box-sizing: border-box; margin-top: 5px; } /* Style the text box placeholder */ .project .project-textbox-input::placeholder { color: #999; }