"form"
Bootstrap 3.0.0 Snippet by victormadness

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <body> <link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300" rel="stylesheet"> <div class="container"> <div class="row"> <div align="center"><h1>Заявка на участие в круглом столе</h1></div> <div align="center"><h2>по вопросу применения композитов и изделий из них в транспортном машиностроении</h2></div> </div> </div> <div class="container"> <form class="form-horizontal"> <fieldset> <legend><h3>Информация о компании</h3></legend> <div class="form-group"> <label class="col-md-4 control-label" for="textinput">Название организации</label> <div class="col-md-8"> <input id="textinput" name="textinput" type="text" placeholder="введите..." class="form-control input-md"> </div> </div> </fieldset> </form> </div> </body>
body { margin: 0; padding: 0; overflow: hidden; } h1 { color: #006cb0; /* Цвет заголовка */ font-size: 35pt; /* Размер шрифта в пунктах */ font-family: 'Noto Serif', serif; font-weight: bold; /* Нормальное начертание текста */ font-stretch: ultra-expanded; letter-spacing: 2px; } h2 { color: #000; /* Цвет заголовка */ font-size: 22pt; /* Размер шрифта в пунктах */ font-family: 'Roboto Condensed', sans-serif; font-weight: lighter; /* Нормальное начертание текста */ } h3 { color: #000; /* Цвет заголовка */ font-size: 18pt; /* Размер шрифта в пунктах */ font-family: 'Roboto Condensed', sans-serif; font-weight: bold; /* Нормальное начертание текста */ } .container{ margin-bottom: 20px; } .form-group { margin: 20px; position: relative; float: left; }

Related: See More


Questions / Comments: