Giter Site home page Giter Site logo

malextrap / cards Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 37 KB

A element for my personal framework

Home Page: https://malextrap.github.io/Cards/src/cards.min.html

License: GNU General Public License v3.0

HTML 34.79% CSS 41.96% JavaScript 23.26%
html css js clona clonalejandro framework card cards box box-s malex malextrap element elements jquery minimal minimalist ui flat cool

cards's Introduction

Cards

A element for my personal framework available in: https://github.com/Malextrap


HTML

    <!-- CARDS -->
    <!-- BLUE CARD -->
    <div class="card-link">
      <div class="card card-shadow card-blue">
        <div class="filter">
          <h3 class="is-text">Title</h3>
          <p class="title is-text"></p>
        <div class="card-body">
          <h3 class="is-text">Description</h3>
          <p class="description is-text"></p>
       </div>
       <div class="card-footer">
         <h3 class="is-text">Date</h3>
         <p class="date is-text"></p>
        </div>
      </div>
     </div>
    </div>

    <!-- RED/PINK CARD -->
    <div class="card-link">
      <div class="card card-shadow card-red">
        <div class="filter">
          <h3 class="is-text">Title</h3>
          <p class="title is-text"></p>
        <div class="card-body">
          <h3 class="is-text">Description</h3>
          <p class="description is-text"></p>
       </div>
       <div class="card-footer">
         <h3 class="is-text">Date</h3>
         <p class="date is-text"></p>
        </div>
      </div>
     </div>
    </div>
    
   <!-- DARK-BLUE/NIGHT CARD -->
   <div class="card-link">
        <div class="card card-shadow card-night">
          <div class="filter">
            <h3 class="is-text">Title</h3>
            <p class="title is-text"></p>
          <div class="card-body">
            <h3 class="is-text">Description</h3>
            <p class="description is-text"></p>
         </div>
         <div class="card-footer">
           <h3 class="is-text">Date</h3>
           <p class="date is-text"></p>
          </div>
        </div>
       </div>
      </div>

Test this element

You can test in this web: this

picture

Copyright ©

Developed by clonalejandro

cards's People

Stargazers

 avatar

Watchers

 avatar  avatar

cards's Issues

TODO

  • Fix fonts
  • Add external link bubble
  • Fix heritance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.