簡書的UI設計風格我一直很喜歡夷野,逛了好久今天終于注冊了。迫不及待想寫一些東西體驗一下守问。
標題1
我是一大段簡介
改不了程序員的老毛病, 寫段代碼試試.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
*{
margin: 0;
padding: 0;
}
.heart{
font-size: 32px;
color: #F0F;
height: 500px;
text-align: center;
line-height: 500px;
}
</style>
</head>
<body>
<div class="heart">?</div>
<script>
var heart = document.querySelector('.heart');
var size = 32;
setInterval(function(){
size ++;
if(size == 160){
size = 32;
}
heart.style.fontSize = size + 'px';
},10);
</script>
</body>
</html>
我是列表
- 水果
蘋果
- 香蕉
- 國家
- 手機