MatchHeight

Developer
Size
2,055 Kb
Views
42,504

How do I make an matchheight?

What is a matchheight? How do you make a matchheight? This script and codes were developed by Mp_graphic on 06 August 2022, Saturday.

MatchHeight Previews

MatchHeight - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>matchHeight</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="list"> <h2>野菜</h2> <dl> <dt class="item">ピーマンピーマン</dt> <dd class="item">ピーマンの説明文。</dd> <dt class="item">にんじん</dt> <dd class="item">にんじんの説明文。</dd> <dt class="item">キャベツ</dt> <dd class="item">キャベツの説明文。</dd> <dt class="item">レタス</dt> <dd class="item">レタスの説明文。</dd> </dl>
</div>
<div class="list">
<h2>果物</h2> <dl> <dt class="item">りんご</dt> <dd class="item">リンゴの説明文。</dd> <dt class="item">みかん</dt> <dd class="item">みかんの説明文。</dd> <dt class="item">バナナ</dt> <dd class="item">バナナの説明文。</dd> <dt class="item">キュウイ</dt> <dd class="item">キュウイキュウイキュウイの説明文。</dd> <dt class="item">れもん</dt> <dd class="item">レモンの説明文。</dd> </dl>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/106959/jquery.matchHeight.js'></script> <script src="js/index.js"></script>
</body>
</html>

MatchHeight - Script Codes CSS Codes

dl,dt,dd{	margin: 0;	padding: 0;
}
.list{	width: 200px;	display: block;	border: 1px solid #333333;	margin: 5px;	float: left;
}
.list h2{	color: #FFFFFF;	background-color: #333333;	padding: 4px;	margin: 0px;	font-size: 115%;	text-align: center;
}
.list dt, .list dd{	padding: 5px 4px 5px 4px;
}
.list dt {	width: 50px;	clear: left;	float: left;	color: #333333;	background-color: #CCCCCC;	border-top: 1px solid #333333;	border-right: 1px solid #333333;
}
.list dd {	margin-left: 58px;	border-top: 1px solid #333333;	border-left: 1px solid #333333;
}

MatchHeight - Script Codes JS Codes

$(function() { $('.item').matchHeight();
});
MatchHeight - Script Codes
MatchHeight - Script Codes
Home Page Home
Developer Mp_graphic
Username mp_graphic
Uploaded August 06, 2022
Rating 3
Size 2,055 Kb
Views 42,504
Do you need developer help for MatchHeight?

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!

Mp_graphic (mp_graphic) Script Codes
Create amazing art & images 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!