🎉精彩专栏推荐 💭文末获取联系
✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
💂 作者主页: 【主页——🚀获取更多优质源码】
🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
🌎超炫酷的Echarts大屏可视化源码:【🔰 echarts大屏展示大数据平台可视化(150套) 】
🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】
🥇 关于作者: 💬历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!
🏀校园篮球网页设计、⚽足球体育运动、🤽体育游泳运动、🏓兵乓球 、🎾网球、等网站的设计与制作。
🏷️ 大学生校园运动静态HTML网页设计作品,采用DIV CSS布局制作,内容包括:校园运动、运动技巧、运动规则、技术规则、经典动作。页面主体内容区域宽度为1200PX。网页整体使用CSS设置了网页背景图片。页面精美包含多个排版布局,学生网页作业水平制作。
🏅 一套优质的💯网页设计应该包含 (具体可根据个人要求而定)
📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。
📓网站程序方面:计划采用最新的网页编程语言HTML5+CSS3+JS程序语言完成网站的功能设计。并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。
📘网站素材方面:计划收集各大平台好看的图片素材,并精挑细选适合网页风格的图片,然后使用PS做出适合网页尺寸的图片。
📒网站文件方面:网站系统文件种类包含:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件;
📙网页编辑方面:网页作品代码简单,可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html编辑软件进行运行及修改编辑等操作)。
其中:
(1)📜html文件包含:其中index.html是首页、其他html为二级页面;
(2)📑 css文件包含:css全部页面样式,文字滚动, 图片放大等;
(3)📄 js文件包含:js实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到js代码)。
老王个人博客 — 一个站在java开发之路上的草根程序员个人博客网站
EBB76C03D95F35/40" alt="">
body {background:url(../img/001.png) repeat 0 0;
}
a:hover{text-decoration: none;
}
.container:after { /*优化container高度*/content:""; display: block; clear: both;
}
/*导航条*/
.navbar.navbar-fixed-top {border-bottom: 1px #222 solid;
}
.navbar .container .navbar-userbar {top: 8px;right: 32px;
}
.nav ul li.active a {color:#000;
}
.nav>ul>li>a {padding: 0 30px;/*导航宽度*/outline: none;color: #838383;text-decoration: none;letter-spacing: 5px;text-shadow: 0 0 1px rgba(255,255,255,0.3);font-size: 1.25em;
}
.nav>ul>li>a::before {color: #000;content: attr(data-hover);position: absolute;opacity: 0;text-shadow: 0 0 1px rgba(255,255,255,0.3);-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;-moz-transition: -moz-transform 0.3s, opacity 0.3s;transition: transform 0.3s, opacity 0.3s;pointer-events: none;
}
.nav>ul>li>a:hover::before,
.nav>ul>li>a:focus::before {-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);opacity: 1;
}
ce: normal;font-size: 14px;line-height: 20px;height: 40px;}.index_arc li .pic{left:10px;top:10px;width:100px;height: 66px;line-height: 66px}.index_arc li .pic img{}.index_arc li .date_hits{margin-top: 5px;}.index_arc li .date_hits>span {display: none;}/*.index_arc li .hits{display: none;}*/.index_arc li .desc{display: none;}.index_arc{margin-bottom: 15px;}.index_arc li{line-height: 28px;}.index_arc li.pageNav-wrap a{max-width: 100%;}.index_recd li a {max-width: 60%;}/*评论头像*/.avatar.size-L, .avatar.size-L img {width: 30px;height: 30px;}.comment-main {margin-left: 40px;}
}
@media screen and (max-width:320px) {.slider .bd img { height: 100px;}
}
/*common 抖动*/
.dou {-webkit-animation: dou 0.5s .2s ease both;-moz-animation: dou 0.5s .2s ease both;
}@-webkit-keyframes dou {0%,100% {-webkit-transform: translateX(0);}10%,30%,50%,70%,90% {-webkit-transform: translateX(-5px);}20%,40%,60%,80% {-webkit-transform: translateX(5px);}
}@-moz-keyframes dou {0%,100% {-moz-transform: translateX(0);}10%,30%,50%,70%,90% {-moz-transform: translateX(-5px);}20%,40%,60%,80% {-moz-transform: translateX(5px);}
}.dou2 {-webkit-animation: dou2 1s .2s ease both;-moz-animation: dou2 1s .2s ease both;
}@-webkit-keyframes dou2 {0% {opacity: 0;-webkit-transform: translateY(20px)}100% {opacity: 1;-webkit-transform: translateY(0)}
}@-moz-keyframes dou2 {0% {opacity: 0;-moz-transform: translateY(20px)}100% {opacity: 1;-moz-transform: translateY(0)}
}
很多刚入门编程的小白学习了基础语法,却不知道语法的用途,不知道如何加深映像,不知道如何提升自己,这个时候每天刷自主刷一些题就非常重要(百炼成神),可以去牛客网上的编程初学者入门训练。该专题为编程入门级别,适合刚学完语法的小白练习,题目涉及编程基础语法,基本结构等,每道题带有练习模式和考试模式,可还原考试模式进行模拟,也可通过练习模式进行练习 。
1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏”
一键三连哦!
2.💗【👇🏻👇🏻👇🏻关注我| 💬获取更多源码 | 优质文章】
带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!
3.
以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻💬