File size: 390 Bytes
40d04ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
html,
body {
  height: 100%;
}

body {
  text-align: left;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}

form {
  text-align: left;
  height: 100%;
}

.container {
  padding: 10px;
}

.text_bottom {
  bottom: 0;
}

#demo {
  color: #111;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 24px;
  text-justify: inter-word;
}