Hello All,
I have the following environment :
OS : Windows Server 2012 64
Database : 11g R2 Standard one edition
Apex :5.1.4
ORDS 17
Tomcat 9
Template Classic Report / Card
I'm not good in CSS, So I need to change card style to be like the below one

I have table HR_EMPLOYEES with the following columns
EMP_ID NUMBER,
EMP_NAME_ENG VARCHAR2(100),
EMP_JOB VARCHAR2(100),
CURRENT_DEPARTMENT_ID NUMBER,
EMP_PHOTO BLOB,
MOBILE_NO VARCHAR2(20),
EMAIL VARCHAR2(100)
Any Help to do this.
Regards