.screenCenter {
position: relative;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
}
render() {
return (
<div class="screenCenter">
<div className="e-card" id="basic">
<div className="e-card-header">
<div className="e-card-header-caption">
<div className="e-card-title">
<div>
This is a card title with long text This is a card title with
long textThis is a card title with long textThis is a card
title with long textThis is a card title with long text
</div>
</div>
</div>
</div>
<div className="e-card-content">
Communicating with Windows 10 and Other Apps, the second in a
five-part series written by Succinctly series author Matteo Pagani.
To download the complete white paper, and other papers in the
series, visit the White Paper section of Syncfusion’s Technology
Resource Portal.
</div>
</div>
</div>
);
} |