Merge pull request 'padding nos input pra ficar mais bonito' (#1) from robo/Estudos:input-padding into main

Reviewed-on: #1
This commit is contained in:
2025-10-27 16:00:56 -03:00

View File

@@ -135,6 +135,7 @@ input {
height: 40px; height: 40px;
color: white; color: white;
width: 100%; width: 100%;
padding-left: 7px;
} }
textarea { textarea {
background: transparent ; background: transparent ;