summaryrefslogtreecommitdiffstats
path: root/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum5_6/formats.css
blob: 56836f82b7204452e729c200e0834f45f6120f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;
}