Hi Team
I am struggling to create my dashboardcard that will have image folder, menu buttons, text. I have tried to do this on my logic.. The design looks something like this;
- <center>
- <div class="ic-Dashboard-header_layout">
- <h1 class="ic-Dashboard-header_title">
- <span class="hidden-phone">Dashboard</span>
- </h1>
- <!---Some extra button here-->
- </div>
- <!--Dashboard card here-->
- <div class="main">
- <!--cards -->
- <div class="card">
- <div class="image">
- <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Gfp-missouri-st-louis-clubhouse-pond-and-scenery.jpg/1199px-Gfp-missouri-st-louis-clubhouse-pond-and-scenery.jpg">
- </div>
- <div class="title">
- <h1>
- Write title Here
- </h1>
- </div>
- <div class="des">
- <p>You can Add Desccription Here...</p>
- <button>Read More...</button>
- </div>
- </div>
- </div>
- <!--cards -->
- <!--Content page header-->
- <section class="content-header-fluid">
- </section>
- </center>