自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 1.前端之路-php的开始

echo '欢迎来到51自学网'     ?>

2017-10-07 22:21:29 130

原创 1.前端之路-json的小练习

Document td{ width: 150px; height: 30px; background-color: rgba(10,100,10,0.3); } //假定下面的数据是从服务器获取到的 var jsonstr='[{"name":"aaa","age":30},{"name":"bbb","age":25},{"name":"ccc",

2017-10-07 10:12:34 380

原创 1.前端之路-css-一颗爱心

Document .one{ margin: 0 auto; padding: 0px; width: 500px; height: 500px; background-color: rgba(0,0,45,0.5); } .two{ width: 160px; height: 160px; margin: 0 auto; background-color: red

2017-10-06 23:41:45 581

原创 1.前端之路-一个能进行2d缩放旋转的小东西

3-1作业             div {             font-size: 14px;             font-weight: bold;             line-height: 50px;             position: fixed;             top: 0;             right: 0;    

2017-10-06 23:38:47 194

原创 1-前端之路的开始-一个简单的计算器

Document body{ background-color: #eee } #calculator{ margin: 400px 0 0 700px; } + = 2   var calculator = document.querySelector('#calculator');

2017-10-06 22:54:17 372

原创 1-前端之路的开始——个小动画

Document body{ position: relative; } div{ font-family: Arial; font-size: 72px; font-weight: bold; position: fixed; right: 0px; left: 0px;    bottom: 30px; width: 30px; height: 30px;

2017-10-06 22:51:35 227

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除