java-classname-generator / static / style.css

@ f66e149583c88031e534b2c7399fb87018a53b1e | history


div.class_name {
    width: 100%;
    height: 100%;
    font-size: 200%;
    font-family: courier;
    color: navy;
    word-wrap: break-word;
    position: relative;
}
div.class_name p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}