summaryrefslogtreecommitdiffstats
path: root/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum3/formats.css
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/Entwicklung webbasierter Anwendungen/Praktikum3/formats.css')
-rw-r--r--Bachelor/Entwicklung webbasierter Anwendungen/Praktikum3/formats.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum3/formats.css b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum3/formats.css
new file mode 100644
index 0000000..a768777
--- /dev/null
+++ b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum3/formats.css
@@ -0,0 +1,18 @@
+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;
+}
+
+select {
+ height: 100px;
+ width: 250px;
+} \ No newline at end of file