To center the dropdownlist and the three textareas on the screen instead of sticking to the left, you can adjust the CSS by adding the following styles:
- Add "text-align: center;" to the parent container to center align the elements.
- Add "display: inline-block;" to the dropdownlist and textarea elements to make them center align.
- Adjust the width of the parent container to cover the center of the screen.
Note that the submit button in the footer should remain unchanged.
This is an example of how to modify the CSS to achieve center alignment:
If you also want to align the select button to the right of the textarea labeled "Files (Java)," you can add the following CSS: You can adjust the CSS further to meet your design requirements and achieve the desired layout.