当前位置: 首页 > news >正文

HTML网页制作——设计系学生静态HTML网页设计作品

HTML网页制作——设计系学生静态HTML网页设计作品

网站主题为荷兰风格派,主要介绍荷兰风格设计的网站,由设计系学生亲自设计,独立开发网页,适用于学生自己的作品。

网站效果视频:

荷兰风格派(设计系学生网页设计成品)

网站效果图(共15页)其一如下所示:

请添加图片描述

参考代码(html)
 <header><nav class="navBox"><div class="left"><img src="../img/logo/logo.jpg" alt=""></div><div class="right"><ul><li><a href="../index.html" style="color: #fff; ">起源</a></li><li><a href="./people.html" style="color: #fff; ">人物</a></li><li><a href="./work copy.html " style="color: #fff; ">作品精选</a></li><li><a href="./chengjiu.html" style="color: #fff; ">成就</a></li><li><a href="./chengjiu1.html" style="color: #fff; ">再设计</a></li><li><a href="./news.html" style="color: #fff; ">新闻</a></li><li><a href="./user.html" style="color: #fff; ">个人中心</a></li><li>EN/CN</li><li><a href="./login.html" style="color: #fff; ">登陆/注册</a></li></ul></div></nav></header><div class="container"><!-- <img src="../img/02起源/1.jpg" alt=""> --></div><!-- 任务区域 --><div class="people banner" ><div class="boxx"><div class="le"><img src="../img/03人物/何塞·佩德罗·科斯蒂廖洛.jpg" alt=""></div><div class="re"><p><a style="font-size: 1.3em; font-weight: 700;">De Stijl</a>china</p><p style="color: gray;">Peel away the essential shape, and you will get the style.</p><hr></div></div><div class="title"><div class="item" style="border-bottom:  3px solid yellow;">关于</div><div class="item">收藏</div><div class="item">评论和@</div></div><div class="boxxx"><div class="lef">about</div><div class="rig"><p>+0880 89696328</p><p>安徽省蜀山区史河路8号安徽大学江淮学院</p><p>简介</p><p><hr></p><p>我认为蒙德里安,杜斯伯格,里特维尔德这些大师在过去,当人们的生活充满与自</p><p>然的互动时,抽象性很容易达到;它在潜意识当中完成。然而当我们生活的与自然</p><p>相去甚远之后,抽象就需要经过努力才能完成。</p></div></div><div class="boxxxxx"><div class="leftt"><div class="leftttt"><div class="l"><img src="../img/03人物/何塞·佩德罗·科斯蒂廖洛.jpg" alt=""></div><div class="r">风格派调研组</div></div><div class="leftttt"><div class="l"><img src="../img/03人物/乔治·范通格鲁.jpg" alt=""></div><div class="r">风格派调研组</div></div><div class="leftttt"><div class="l"><img src="../img/03人物/塞萨尔·多梅拉.jpg" alt=""></div><div class="r">风格派调研组</div></div><div class="leftttt"><div class="l"><img src="../img/03人物/巴特·范德莱克.jpg" alt=""></div><div class="r">风格派调研组</div></div><div class="leftttt"><div class="l"><img src="../img/03人物/弗里茨·格拉纳.jpg" alt=""></div><div class="r">风格派调研组</div></div></div><div class="middlee"><p style="background-color: #EFEFEF;">取消关注</p><p style="background-color: #F7F7F7;">+</p><p style="background-color: #EFEFEF;">取消关注</p><p style="background-color: #F7F7F7;">+</p><p style="background-color: #EFEFEF;">取消关注</p><p style="background-color: #F7F7F7;">+</p><p>看看其他</p></div><div class="rightt"><img src="../img/15个人中心/2.jpg" alt=""><div class="boxxxxxx"><p>Activity</p><p>荷兰风格派周年纪念活动组织会</p><p>荷兰风格派再设计大赛</p><p>风格派线上交流活动</p></div></div></div></div></div><footer><div class="footer" style="height: 260px;"><p style="text-align: center; margin-bottom: 50px;"><div class="box"><img src="../img/logo/logo.jpg" alt=""><h3>荷兰风格派</h3></div></p><p>安徽省合肥市蜀山区史河路8号</p><p>027-87157587 , 027-87462184</p><p>邮箱:HLFGP@dist.com.cn</p><p>线下活动,请提前预约</p><p><img src="../img/二维码/https___baike.baidu.com_item_荷兰风格派_266638.png" alt="" style="width: 100px; height:100px"></p><p>蒙德里安/杜斯伯格/里特维尔德</p></div></footer>
参考代码:(css)
*{margin: 0;padding: 0;}ul{list-style: none;}a{text-decoration: none;color: #000;}.banner{margin: 0 auto;width: 1200px;}/* 导航区域 */header{z-index: 9999;width: 100%;position: absolute;top: 30px;color: #fff;}.navBox{display: flex;}.left{flex: 30%;text-align: center;}.left img{width: 60px;height: 60px;}.right{flex: 70%;}.right ul{height: 60px;display: flex;}.right ul li{height: 60px;line-height: 60px;flex: 1;}.right ul li:hover{color: yellow;}/* 背景图区域 */.container{height: 120px;width: 100%;background-image: url("../img/02起源/1.jpg");}.people span{display: inline-block;font-weight: 700;font-size: 1.2em;margin: 80px 20px 30px 0;}.artical{width: 1000px;margin: 0 auto;text-align: center;}.human{display: flex;margin-top: 30px;margin-left: 80px;}/* 人物区域 *//* footer 区域 */.footer{top: 150px;position: relative;height: 200px;background-color: #000;color: #fff;text-align: center;padding: 50px 0 50px;}   .footer p{margin: 15px 0 ;font-size: 10px;color: rgb(197, 194, 194);text-align: center;}.footer .box{display: flex;position: absolute;top: 30px;left: 50%;transform: translateX(-50%);}.footer  img{width: 20px;height: 20px;vertical-align: middle;margin: 0 5px;}.boxx{display: flex;padding: 20px;}.le{flex: 20%;text-align: center;}.le img{width: 100px;height: 100px;border-radius: 50%;}.re{flex: 80%;line-height: 45px;}.title{text-align: center;}.item{margin-right: 20px;display: inline-block;}.boxxx{display: flex;background-color: #E1E1E1;margin-top: 20px;}.lef{flex: 30%;text-align: center;box-sizing: border-box;padding-top: 100px;}.rig{flex: 70%;line-height: 36px;}.boxxxxx{display: flex;}.leftttt{display: flex;}.leftt{flex: 25%;}.l{flex: 20%;text-align: center;}.l img{width: 50px;height: 50px;border-radius: 50%;}.r{flex: 80%;line-height: 50px;padding-left:10px ;margin-bottom: 10px;}.middlee{flex: 25%;}.rightt{flex: 50%;}.rightt img{width: 100%;height: 200px;}.middlee p{height: 50px;line-height: 50px;}.boxxxxxx{background-color: #EFEFEF;width: 200px;height: 200px;margin-left: 260px;line-height: 30px;}

tips(小提示):

如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏” 一键三连哦!

如:获取详细代码私信我嗷!

http://www.lryc.cn/news/455577.html

相关文章:

  • 智能翻译新纪元:4款英汉互译在线工具解析
  • Cisco Meraki平台中国区注册
  • 分享国产RISC-V单片机通用
  • java 网络知识 + 多线程问题
  • android 菜单不显示auto time zone菜单
  • 51单片机的金属探测器【proteus仿真+程序+报告+原理图+演示视频】
  • 使用Spring Security实现用户-权限-资源的精细化控制
  • 动态规划10:174. 地下城游戏
  • 【数据结构】链表-1
  • Python进阶--正则表达式
  • 富格林:发现潜在欺诈安全交易
  • Linux复习--Linux服务管理类(SSH服务、DHCP+FTP、DNS服务、Apache服务、Nginx服务、HTTP状态码)
  • 如何用大模型来提升学习效率?
  • SQL进阶技巧:如何优雅求解指标累计去重问题?
  • 大数据毕业设计选题推荐-国产电影数据分析-Python数据可视化-Hive-Hadoop-Spark
  • Linux:无法为立即文档创建临时文件: 设备上没有空间
  • 【SQL】掌握SQL查询技巧:数据筛选与限制
  • 大学生社团活动系统小程序的设计
  • codetop标签双指针题目大全解析(三),双指针刷穿地心!!!!!
  • HarmonyOS应用六之应用程序进阶一
  • vue开发中变量第一次双向绑定无效,界面并没有变化,第二次则又好了。
  • C++基础(8)——string的相关面试题
  • 【Docker】06-DockerCompose
  • 代码随想录训练营Day27 | 77. 组合 | 216.组合总和III | 17.电话号码的字母组合
  • Linux文件重定向文件缓冲区
  • 训练贪吃蛇ai的后续记录
  • WPF 手撸插件 八 操作数据库一
  • 代数结构基础 - 离散数学系列(八)
  • 函数的arguments为什么不是数组?如何转化为数组?
  • Java之反射