
练手项目
文章平均质量分 71
CinseYoung
配得上自己的野心,不辜负所有的苦累...
展开
-
blog
header{ text-align:center; background:url(“/assets/jeff-bg.png”); background-size:cover; color:white; } a{ color:white; text-decoration:none; height:30px; line-hei原创 2017-09-13 09:55:51 · 325 阅读 · 0 评论 -
简易菜单界面
<!DOCTYPE html><head><style>body { font-family: helvetica, sans-serif; margin:0 auto; max-width:600px;}div{ height:200px; background-size:cover; position:relative; margin:40px 0 0 0; b原创 2017-09-14 10:03:08 · 413 阅读 · 0 评论 -
简易菜单界面
<!DOCTYPE html><head><link href="https://fonts.googleapis.com/css?family=Londrina+Shadow" rel="stylesheet"><style>body { font-family: helvetica, sans-serif; margin: 0 auto; max-width: 600px;原创 2017-09-18 11:35:20 · 743 阅读 · 0 评论 -
加入js交互的菜单 屏幕适配
<!DOCTYPE html><head><script src="/assets/jquery.js"></script><link href='https://fonts.googleapis.com/css?family=Londrina+Shadow' rel='stylesheet' type='text/css'><style>body { font-family: helv原创 2017-09-18 15:57:26 · 471 阅读 · 0 评论 -
学习笔记 2017-9-18
margin和padding属性表示顺序为顺时针,从上面开始 border-radius属性表示顺序也为顺时针,从左上角开始绘制三角形:.triangle{height:0;width:0;border-left:50px solid transparent;border-right:50px solid transparent;border-bottom:100px solid re原创 2017-09-20 16:00:02 · 193 阅读 · 0 评论 -
个人主页登陆界面
<!DOCTYPE html><html><style type="text/css"> body{text-align: center;background:url(http://dash.ga.co/assets/anna-bg.png);background-size: cover;color: white;font-family:"Microsoft YaHei"; }原创 2017-09-12 17:02:53 · 6119 阅读 · 2 评论 -
网页计时器
<!DOCTYPE html><html> <head> <title>浏览器对象</title> <meta http-equiv="Content-Type" content="text/html; charset=gkb"/> </head>原创 2018-04-23 11:33:23 · 3092 阅读 · 0 评论