经验首页 前端设计 程序设计 Java相关 移动开发 数据库/运维 软件/图像 大数据/云计算 其他经验
当前位置:技术经验 » HTML/CSS » CSS » 查看文章
简单的个人介绍网页-主页面【附代码】
来源:cnblogs  作者:林恒  时间:2020/12/8 8:47:33  对本文有异议

主页面

 

 

 

 

代码1(style.css)

  1. .nav {
  2. height: 41px;
  3. border-top: 3px solid #b4fffa;
  4. border-bottom: 1px solid #edeef0;
  5. background-color: #fcfcfc;
  6. line-height: 41px;
  7. }
  8.  
  9. .nav a {
  10. display: inline-block;
  11. height: 41px;
  12. font-size: 15px;
  13. color: #4c4c4c;
  14. text-decoration: none;
  15. padding: 0px 20px;
  16. }
  17.  
  18. .nav a:hover {
  19. background-color: #fcfcfc;
  20. color: #93d9eb;
  21. }

  

代码2(主页面)

 

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>HOMEPAGE</title>
  8. <link rel="stylesheet" href="style.css">
  9. <style>
  10. * {
  11. margin: 0;
  12. padding: 0;
  13. }
  14.  
  15. body {
  16. background: url(timg1MHDVFRB.jpg) no-repeat;
  17. background-size: cover;
  18. }
  19.  
  20. .box {
  21. width: 1200px;
  22. height: 540px;
  23. background: rgba(0, 0, 0, 0.2);
  24. margin: 0 auto;
  25. text-align: center;
  26. margin-top: 7%;
  27.  
  28. }
  29.  
  30. .box .left a {
  31. display: block;
  32. width: 200px;
  33. height: 90px;
  34. background: rgba(0, 0, 0, 0.2);
  35. font-size: 20px;
  36. color: #fff;
  37. text-decoration: none;
  38. padding-left: 30px;
  39. line-height: 90px;
  40. }
  41.  
  42. .box .left a:hover {
  43. background-color: #ff6700;
  44. }
  45.  
  46. .left {
  47. float: left;
  48. width: 230px;
  49. height: 540px;
  50. background-color: cadetblue;
  51. background: rgba(0, 0, 0, 0.2);
  52. }
  53.  
  54. .right {
  55. float: right;
  56. width: 970px;
  57. height: 540px;
  58. background-color: rgba(152, 233, 233, 0.2);
  59. ;
  60.  
  61. }
  62.  
  63. .right>div {
  64. float: left;
  65. width: 470px;
  66. height: 540px;
  67. background: rgba(0, 0, 0, 0.2);
  68. margin-left: 14px;
  69. margin-bottom: 14px;
  70. }
  71.  
  72. .right .one {
  73. background-color: rgb(152, 233, 233, 0.2);
  74. }
  75.  
  76. .right .photo {
  77. width: 490px;
  78. height: 540px;
  79. }
  80.  
  81. .right .one h1 {
  82. color: white;
  83. font-size: 60px;
  84. }
  85.  
  86. .right .one p {
  87. font-size: 40px;
  88. font-weight: 500;
  89. color: rgb(148, 241, 248);
  90. font-style: italic;
  91. }
  92. </style>
  93. </head>
  94.  
  95. <body>
  96. <div class="nav">
  97. <a href="#">HOMEPAGE</a>
  98. <a href="hi.html" target="_blank">Chris</a>
  99. <a href="Andy.html" target="_blank">Andy</a>
  100. <a href="juerr.html" target="_blank">Juerr</a>
  101. <a href="Christenson.html" target="_blank">Christenson</a>
  102. <a href="Kevin.html" target="_blank">Kevin</a>
  103. </div>
  104. <div class="box">
  105. <div class="left">
  106. <a href="#">HOMEPAGE</a>
  107. <a href="hi.html" target="_blank">Chris</a>
  108. <a href="Andy.html" target="_blank">Andy</a>
  109. <a href="juerr.html" target="_blank">Juerr</a>
  110. <a href="Christenson.html" target="_blank">Christenson</a>
  111. <a href="kevin.html" target="_blank">Kevin</a>
  112. </div>
  113. <div class="right">
  114. <div class="one">
  115. <h1>About us</h1>
  116. <p>We are a group that loves learning and is positive</p>
  117. <p>Successful or failing, we should always feel hopeful about the future.</p>
  118. </div>
  119. <div>
  120. <img src="timg1MHDVFRB.jpg" alt="" class="photo">
  121. </div>
  122. </div>
  123. </div>
  124. </body>
  125.  
  126. </html>

转载于https://blog.csdn.net/Baridhu/article/details/110004129?utm_medium=distribute.pc_category.none-task-blog-hot-17.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-17.nonecase

原文链接:http://www.cnblogs.com/smileZAZ/p/14038444.html

 友情链接:直通硅谷  点职佳  北美留学生论坛

本站QQ群:前端 618073944 | Java 606181507 | Python 626812652 | C/C++ 612253063 | 微信 634508462 | 苹果 692586424 | C#/.net 182808419 | PHP 305140648 | 运维 608723728

W3xue 的所有内容仅供测试,对任何法律问题及风险不承担任何责任。通过使用本站内容随之而来的风险与本站无关。
关于我们  |  意见建议  |  捐助我们  |  报错有奖  |  广告合作、友情链接(目前9元/月)请联系QQ:27243702 沸活量
皖ICP备17017327号-2 皖公网安备34020702000426号