小项目--css文件

em.css

form{
margin-top: 20px;
}
.enter{
width: 300px;
height: 30px;
/*设置底端外边距 */
margin-bottom: 15px;
}
#btn{
width: 300px;
height: 40px;
/*设置背景颜色 */
background-color: #6495ED;
/*设置字体加粗 */
font-weight: bold;
}
body{
background-color: lightcyan;
}

posted @ 2020-09-28 14:00  Smile*^  阅读(103)  评论(0编辑  收藏  举报