#e8e8e8
1.input { 2 border: none; 3 border-radius: 15px; 4 padding: 15px; 5 background-color: #e8e8e8; 6 box-shadow: 6px 6px 12px #ffffff, 7 -6px -6px 12px #c5c5c5; 8 font-size: medium; 9 font-weight: bold; 10 max-width: 200px; 11} 12 13.input:focus { 14 outline-color: white; 15 place-content: "Enter your message!"; 16}
Comments
MIT License