summaryrefslogtreecommitdiff
path: root/sem_3/SiteWeb/tp2/cassoulet.css
blob: 1c9c1a6de616ddf35eb9e21dcc40d93df5e0d428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
body {
  background-color: #d3d3d3;
}

ul {
  background-color: #f5deb4;
}

img {
  float:right;
}

table {
  background-color: #ffa301;
  margin-left: 33%;
}

table tr th {
  background-color: #fffe00;
}

table caption {
  background-color: #ffa301;
}

li a {
  color: darkgreen;
}

p.note {
  background-color: yellow;
  margin-left:60px;
  margin-right:60px;
  font-size:x-small;
}