小项目--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;
}