Cards UI

Size
2,368 Kb
Views
14,168

How do I make an cards ui?

A popular user interface, Google Now's Material Design intoduced Cards to the world. I have recreated a simple Cards UI layout.. What is a cards ui? How do you make a cards ui? This script and codes were developed by Kenneth Alvares on 06 December 2022, Tuesday.

Cards UI Previews

Cards UI - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Cards UI</title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container-fluid"> <div class="row"> <div class="col-xs-12" id="header-box"> <h1>Cards UI</h1> </div> </div> <div class="container" id="body-box"> <div class="row" id="card-holder"> <div class="col-xs-12" id="card"> <span style="font-size: 9.375em; text-align: center;">16:44</span> <span style="font-size: 3.125em; text-align: center;">PM</span> </div> </div> <div class="row" id="card-holder"> <div class="col-xs-12" id="card"> <span style="font-size:2.1875em; color:#2ba720;"><strong>45 minutes</strong></span><span style="font-size:2.1875em; color:#474747;"> to home.</span><br/> <span style="font-size:20px;">Normal traffic on NH-17.</span> </div> </div> <div class="row" id="card-holder"> <div class="col-xs-8" id="card"> <span style="font-size:2.8125em;">Panjim</span><br/> <span style="font-size:1.875em;">Saturday, 16:44pm</span><br/> <span style="font-size:1.25em;">Sunny Skies</span><br/> <br/> <span><img src="https://upload.wikimedia.org/wikipedia/commons/7/75/Disc_Plain_yellow_dark.svg"/></span> <span style="font-size:4.375em;float:center;">&nbsp;&nbsp;27<sup><sup>&nbsp;o</sup>c</sup></span> </div> </div> <div class="row"> <div class="col-lg-12" style="padding-top:50px;"> <center><span style="font-family:'Lato',sans-serif;font-weight:200;font-size:1em;">Written and coded by <a href="http://kenalvares.co.in" target="_blank">Kenneth Alvares</a>.</center> </div> </div> </div> <br/> <br/>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
</body>
</html>

Cards UI - Script Codes CSS Codes

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Lato:300');
.container-fluid { background-color: #E6E6E6; height: 100%;
}
#header-box { background-color: #FF5252; text-align: center; color: #fff; font-family: 'Roboto', sans-serif; width: 100%; height: 1.75em; padding: 0.5em; font-size: 5em; position: fixed; z-index: 99;
}
#body-box { padding-top: 9em;
}
#card-holder { padding-top: 1em;
}
#card { background-color: #fff; height: auto; margin: 0 auto; width: 580px; height: auto; box-shadow: 5px 5px 5px #AAA; font-family: 'Lato', sans-serif; color: #474747; padding: 1em;
}
Cards UI - Script Codes
Cards UI - Script Codes
Home Page Home
Developer Kenneth Alvares
Username kenalvares
Uploaded December 06, 2022
Rating 3
Size 2,368 Kb
Views 14,168
Do you need developer help for Cards UI?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Kenneth Alvares (kenalvares) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!