当前位置:   article > 正文

新年快乐2024_csdn新年快乐

csdn新年快乐

简单做一个静态网页

一、效果

二、html代码

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>新年快乐</title>
  7. <link rel="stylesheet" href="Happy New Year.css">
  8. <link rel="icon" href="favicon (1).ico">
  9. </head>
  10. <body>
  11. <div class="background1"></div>
  12. <div class="headline">
  13. <table>
  14. <tr>
  15. <th><a href="https://www.baidu.com/" target="_blank">首页</a></th>
  16. <th><a href="https://www.baidu.com/" target="_blank">节日简介</a></th>
  17. <th><a href="https://www.baidu.com/" target="_blank">节日起源</a></th>
  18. <th><a href="https://www.baidu.com/" target="_blank">节日活动</a></th>
  19. <th><a href="https://www.baidu.com/" target="_blank">节日饮食</a></th>
  20. <th><a href="https://www.baidu.com/" target="_blank">节日习俗</a></th>
  21. <th><a href="https://www.baidu.com/" target="_blank">故事传说</a></th>
  22. </tr>
  23. </table>
  24. </div>
  25. <div class="conten">
  26. <p>愿新的一年,阳光明媚,万事如意。</p>
  27. <p>祝福您在新的一年里,心想事成,万事如意。</p>
  28. <p>新年新气象,祝您在新的一年里,事业有成,家庭幸福。</p>
  29. <p>愿您在新的一年里,心情愉悦,身体健康,万事顺利。</p>
  30. <p>祝您在新的一年里,财源滚滚,好运连连。</p>
  31. <p>愿您在新的一年里,笑口常开,幸福满满。</p>
  32. <p>祝您在新的一年里,梦想成真,前程似锦。</p>
  33. <p>愿您在新的一年里,快乐无比,幸福美满。</p>
  34. <p>祝您在新的一年里,万事如意,心想事成。</p>
  35. <p>愿您在新的一年里,好运连连,幸福满满。</p>
  36. <p>希望这些祝福文案能够为您带来一些灵感。祝您新年快乐!</p></div>
  37. <div class="weibu">© 2023 Gansu pony technology Co., LTD. All rights reserved.</div>
  38. </body>
  39. </html>

三、CSS代码

  1. body {
  2. background-color: rgba(240,250,120, 0.2);
  3. }
  4. .background1 {
  5. background-image: url(wordart.jpg);
  6. background-repeat: no-repeat;
  7. background-size: 100% 300px;
  8. height: 300px;
  9. text-align: center;
  10. line-height: 300px;
  11. font-weight: 700;
  12. color: aliceblue;
  13. font-size: 100px;
  14. }
  15. .headline {
  16. background-color: rgba(0, 0, 0);
  17. width: 100%;
  18. border-radius: 5px;
  19. margin-top: 10px;
  20. }
  21. th {
  22. width: 210px;
  23. }
  24. th:hover {
  25. background-color:red ;
  26. }
  27. a {
  28. color: #efecef;
  29. font:30px/2.5em 宋体;
  30. text-align: center;
  31. text-decoration: none;
  32. width: 204px;
  33. height:inherit;
  34. display: inline-block;
  35. }
  36. .conten {
  37. width: 100%;
  38. background-color: rgba(0, 0, 0);
  39. margin-top: 10px;
  40. color: bisque;
  41. font: 25px/2.5em 宋体;
  42. text-align: center;
  43. border-radius: 5px;
  44. }
  45. .weibu {
  46. color: #000;
  47. text-align: center;
  48. }

四、资源

资源icon-default.png?t=N7T8https://download.csdn.net/download/qq_67293098/88688571?spm=1001.2014.3001.5501

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/96388
推荐阅读
相关标签
  

闽ICP备14008679号