java-classname-generator / static / style.css

@ 6ce3325da73b127b091eb9c52687ae74ae8bc6dd | history


div.class_name {
    font-size: 200%;
    font-family: courier;
    color: navy;
    word-wrap: break-word;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}