.container-example {
display: flex;
align-items: center;
justify-content: center;
}
DOCUMENTATION FROM: https://developer.mozilla.org/en-US/docs/Web/CSS/display
.container-example {
display: flex;
align-items: center;
justify-content: center;
}
DOCUMENTATION FROM: https://developer.mozilla.org/en-US/docs/Web/CSS/display
package com.zanclus.socialshell; | |
import com.zanclus.socialshell.utils.AbstractLoggingVerticle; | |
import static io.vertx.ext.auth.shiro.LDAPAuthRealmConstants.*; | |
import io.vertx.core.AsyncResult; | |
import io.vertx.core.Future; | |
import io.vertx.core.Verticle; | |
import io.vertx.core.http.HttpServerOptions; | |
import io.vertx.core.json.JsonObject; |