Base HTML

This commit is contained in:
2022-06-16 17:17:42 +02:00
parent f0136ab01e
commit c92abf2ee3
6 changed files with 85 additions and 41 deletions

17
Source/Main.css Normal file
View File

@ -0,0 +1,17 @@
Input, TextArea {
//Width: 100%;
}
/*
Span {
Display: Block;
Overflow: Hidden;
}
Label{
Float: Left;
Padding-Right: 8px;
}
*/
TextArea {
Width: 100%;
Height: 30%;
}