Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gotoueijirou committed Sep 30, 2024
1 parent 30230cd commit 828b115
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 4 additions & 2 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<style>
#news{
padding: 10px 10px 10px 10px;
margin-top: 20px;
margin: 20px auto;
width: 80%;

}
</style>
</head>
Expand All @@ -35,7 +37,7 @@ <h4>2024-9-23</h4>
</div>


<div class="DivStyle-Glass" id="news"></div>
<div class="DivStyle-Glass" id="news">
<h4>2024-9-25</h4>
<p>
今天有一个新成员加入,但是社长这个大坏蛋还不知道她的名字!<br>
Expand Down
3 changes: 2 additions & 1 deletion css/blig.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/*因为main.css较为久远,比较混乱,因此博客类page请调用它*/

.blig_had{
width: 100%;
width: 80%;
height: 100px;
display: flex;
align-items: center;
margin: 0 auto;
}
.blig_had a{
margin-left: 30px;
Expand Down
2 changes: 0 additions & 2 deletions gtejr_cd.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<link rel="stylesheet" href="css/blig.css"><!--blig-->
</head>
<body>
<!--copy文字内容-->
<a style="opacity: 0; max-width: 0; max-height: 0;" id="textToCopy">你妈死了</a><!--可选-->
<!--背景图片-->
<img class="background-image" src="background/bg1.png" alt="Background Image"><!--可选-->
<!--调用blog类页面的头 file://协议不支持,不用惊慌-->
Expand Down
9 changes: 7 additions & 2 deletions news.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
#news{
padding: 10px 10px 10px 10px;
margin-top: 20px;
margin-left: 5px;
margin-right: 5px;
}
body{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
</style>
</head>
Expand Down Expand Up @@ -49,7 +56,5 @@ <h4>2024-9-25</h4>


<script src="js/template.js"></script><!--模版清单!很重要的一个词条库-->


</body>
</html>

0 comments on commit 828b115

Please sign in to comment.