Posted 1 сентября, 20186 yr comment_150978 Друзья, нужна помощь, я нашел красивый CSS стиль для intup type:text но когда я прописываю его в html то он как был обычный так и остался Код с HTML: <input size=+40 type="text/css" name="fio" placeholder="Укажите ФИО" required></br> Код с CSS: input[type="text"] { border: 1px solid #cccccc; //цвет рамки border-radius: 3px; //закругление углов (общее) -webkit-border-radius: 3px; //закругление углов (Google Chrome) -moz-border-radius: 3px; //закругление углов (FireFox) -khtml-border-radius: 3px; //закругление углов (Safari) background: #ffffff !important; // желательно прописывать, так как в Chrome при сохранных данных оно может быть желтым outline: none; // удаляет обводку в браузерах хром(желтая) и сафари(синяя) height: 24px; // высота на свое усмотрение width: 120px; // ширина на свое усмотрение color: #cccccc; //цвет шрифта в обычном состоянии font-size: 11px; // Размер шрифта font-family: Tahoma; // Стиль шрифта } Link to comment https://ipbmafia.ru/topic/20305-input-typetext/ Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.