jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
42 lines (39 loc) • 642 B
CSS
#myKnobTwo {
top: 60px ;
}
.inputField1 {
left: 110px;
top: -220px;
width: 180px;
height: 40px;
color: black;
font-size: 30px;
position: relative;
background: transparent;
text-align: center;
border: none;
}
.inputField2 {
left: 60px;
top: 60px;
width: 180px;
height: 80px;
color: black;
font-size: 20px;
position: absolute;
background: transparent;
text-align: center;
border: none;
}
.inputField3 {
left: 60px;
top: 190px;
width: 180px;
height: 40px;
color: black;
font-size: 20px;
position: absolute;
background: transparent;
text-align: center;
border: none;
}