Text Input CSS Generator

Generate custom CSS text input styles with live preview.

30.4Kuses
7.9/10(144)
8px
14px
10px
14px
1px

CSS Code

.input {
  background: #1a1a2e;
  color: #e0e0e0;
  border: 1px solid #333355;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  outline: none;
  width: 100%;
  transition: border-color 0.2s ease;
}

.input::placeholder {
  color: #666;
}

.input:focus {
  border-color: #6366f1;
}

Recommended Products

Ad

Affiliate Disclosure: As an Amazon Associate, ToolBird earns from qualifying purchases. Links above are affiliate links — if you buy through them, we may earn a small commission at no extra cost to you.

Disclaimer: This tool is provided as-is for informational and educational purposes only.

ToolBird Assistant

Find the right tool instantly

Hey! I'm ToolBird Assistant. Tell me what you need and I'll find the right tool for you.