From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../Praktikum5_6/formats.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/formats.css (limited to 'Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/formats.css') 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 -- cgit v1.2.3