diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/formats.css | |
| download | Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2 | |
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 |
