public ProgressIndicatorViewImpl() {
FlowPanel content = new FlowPanel();
content.getElement().getStyle().setMarginTop(20, Unit.PX);
ProgressIndicator progressIndicator = new ProgressIndicator();
progressIndicator.getElement().setAttribute("style", "margin:auto; margin-top: 50px");
content.add(progressIndicator);
HTML html = new HTML("animation is purely done with css");
html.getElement().setAttribute("style", "text-align: center; margin-top: 20px;");