【发布时间】:2017-04-15 22:10:52
【问题描述】:
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<style>
span:hover, span:active{
font-size: 150%;
color: black;
text-align: justify;
line-height: 1.8;
overflow:visible;
}
span{
overflow:visible;
}
</style>
</head>
<body>
<div class="row">
<div class="col col-12 col-md-2 col-lg-2 col-xl-2 col-offset-2 text-center">
<h5>MVC architecture</h5>
</div>
<div class="col-8 col-offset-2">
<div class="progress" >
<div class="progress-bar" role="progressbar" style="width: 46.66%; margin-left: 33.33%; height: 60px;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">
<span>10 to 24 LPA</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col col-12 col-md-2 col-lg-2 col-xl-2 col-offset-2 text-center">
<h5>MS-Access</h5>
</div>
<div class="col-8 col-offset-2">
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 3.63%; margin-left: 2%; height: 40px;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">
<span>0.6 to 1.5 LPA</span>
</div>
</div>
</div>
</div>
</body>
</html>
【问题讨论】:
标签: html css twitter-bootstrap-4