代碼
提交代碼
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.out-box{
border:1px solid #ccc;
width: 200px;
height: 200px;
}
.demo{
border:1px solid #ccc;
height: calc( (100% + 200px) /3) ;
width: calc( (100% + 200px) /3) ;
}
</style>
</head>
<body>
<div class="out-box">
<div class="demo">
慕課網(wǎng):計(jì)算函數(shù)學(xué)習(xí)
</div>
</div>
</body>
</html>
運(yùn)行結(jié)果