diff options
Diffstat (limited to 'Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/formats.css')
| -rw-r--r-- | Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/formats.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/formats.css b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/formats.css new file mode 100644 index 0000000..56836f8 --- /dev/null +++ b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/formats.css @@ -0,0 +1,22 @@ +h1 {
+ font-size:2em;
+ font-family:Arial,sans-serif;
+ background-color:rgb(36,139,205);
+ color:rgb(0,0,0);
+}
+td {
+ font-size:1em;
+ font-family:Arial,sans-serif;
+}
+td.kunde {
+ font-weight:bold;
+}
+
+td.dummy {
+ width: 100px;
+}
+
+select {
+ height: 100px;
+ width: 250px;
+}
\ No newline at end of file |
