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