Project

General

Profile

1 24283 dominika.t
#xml-mining {
2
  height: 200px;
3
  margin: 0px auto;
4
  position: relative;
5
  width: 500px;
6
}
7
#xml-mining #axe, #xml-mining #article {
8
  position: absolute;
9
}
10
#xml-mining #article {
11
  left: 175px;
12
  top: 35px;
13
}
14
#xml-mining #xml-parser {
15
  font-size: 16px;
16
  font-weight: bold;
17
  left: 200px;
18
  position: absolute;
19
  top: 150px;
20
}