A test card for a Munchkin-like game

Developer
Size
2,044 Kb
Views
6,072

How do I make an a test card for a munchkin-like game?

Just some test styles for a Munchkin style card game.... What is a a test card for a munchkin-like game? How do you make a a test card for a munchkin-like game? This script and codes were developed by Jeff Daze on 18 January 2023, Wednesday.

A test card for a Munchkin-like game Previews

A test card for a Munchkin-like game - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A test card for a Munchkin-like game</title> <link rel='stylesheet prefetch' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="card shadow" id="testCard"> <div class="title">Helm of Awesome</div> <div class="image"> <img src="http://jeffdaze.com/code/munchkin/awesome.png" /> </div> <div class="infoText"> An awesome helm. </div> <div class="attributes"> +5 Defence </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

A test card for a Munchkin-like game - Script Codes CSS Codes

.card{ width:150px; height:200px; border:6px solid #003; border-radius:20px; box-shadow:
}
.title{ text-align:center; margin:5px; font-weight:bolder;
}
.infoText{ margin:8px; height:50px;
}
.attributes{ margin-right:10px; text-align:right;
}
.image{ margin:5px auto; width:130px; height:80px; border:1px solid #333; border-radius:10px; background:#EAEAEA; box-shadow:1px 1px 1px 1px #ccc;
}
.image IMG{ display:block; margin:15px auto;
}
.shadow { -moz-box-shadow: 3px 3px 3px 1px #ccc; -webkit-box-shadow: 3px 3px 3px 1px #ccc; box-shadow: 3px 3px 3px 1px #ccc;
}

A test card for a Munchkin-like game - Script Codes JS Codes

 $(function() { $( "#testCard" ).draggable(); });
A test card for a Munchkin-like game - Script Codes
A test card for a Munchkin-like game - Script Codes
Home Page Home
Developer Jeff Daze
Username jeffdaze
Uploaded January 18, 2023
Rating 3
Size 2,044 Kb
Views 6,072
Do you need developer help for A test card for a Munchkin-like game?

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!

Jeff Daze (jeffdaze) Script Codes
Create amazing SEO 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!