summaryrefslogtreecommitdiffstats
path: root/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum3/formats.css
diff options
context:
space:
mode:
authorSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
committerSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
commit33613a85afc4b1481367fbe92a17ee59c240250b (patch)
tree670b842326116b376b505ec2263878912fca97e2 /Bachelor/Entwicklung webbasierter Anwendungen/Praktikum3/formats.css
downloadStudium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz
Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2
add new repoHEADmaster
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