File size: 225 Bytes
65f3daa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#outer_div {
  padding: 5%;
  padding-top: 0;
}
body {
  background-color: #ccc;
}
#pred {
  height: 350px;
  background-color: white;
  border-style: solid;
  border-radius: 2px;
  border-width: 2px;
  text-align: center;
}