I have a fixed element without width and height,just contain some flexible text. When I want to center there text vertically and horizontally, I failed. How to achieve? Thanks :)
There is a link be used to reference.
body{
background: #f63;
}
div{
background: #069;
color:#fff;
position: fixed;
top: 0;
left: 50%;
}