Ask for help from the master, want to achieve a background is a four-color ball effect, but the middle text has been unable to display in accordance with the normal format excuse me how to change?

the background is a four-color ball, and then displays the text in two lines

the first line is my

the second line is the name

something like this

my
name

The ball in the

background is finished. How can the text be changed into the above format? it cannot be realized

.
<div class="circle fl">
                            <div></div>
                            <div></div>
                        </div>
.message-board .circle {
    border-radius: 10px; 
    border-style: solid; 
    border-width: 10px; 
    border-bottom-color: red; 
    border-left-color: green; 
    border-right-color: blue; 
    border-top-color: yellow; 
    height: 0px; 
    width: 0px; 
    /**/ 

    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    -o-transform: rotate(45deg); 
    transform: rotate(45deg);
    box-sizing: content-box;



}

Sep.16,2021

I don't know how to change yours. I made a new one. Do not need css3,. Please see the link four-color ball effect

.
Menu