Skip to content

Commit

Permalink
修改declaration.html
Browse files Browse the repository at this point in the history
chun_qiu committed Jan 30, 2024
1 parent 3dd54ba commit 6f67e69
Showing 2 changed files with 52 additions and 1 deletion.
51 changes: 51 additions & 0 deletions assets/css/text-page.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
#rin-main {
width: 900px;
margin: auto;
text-align: center;
margin-top: calc(50vh - 200px);
}
@media (max-width: 900px){
#rin-main {
width: 95%;
}
}
#rin-headimg{
background-image: url('https://img.ousetonae.com/other/RUSHB.jpg');
border-radius: 50%;
height: 150px;
width:150px;
margin: auto;
cursor: pointer;
background-size: cover;
border: 3px solid #fff;
background-repeat: no-repeat;
box-shadow: 0 0 8px 0 rgba(0,0,0,.55);
-webkit-transition: 0.4s;
-webkit-transition: -webkit-transform 0.4s ease-out;
transition: transform 0.4s ease-out;
-moz-transition: -moz-transform 0.4s ease-out;
}

/* #rin-headimg:hover{
-webkit-transform: rotateZ(360deg);
transform:rotate(360deg) scale(1.2);
}*/
.rin-name{
margin-top: 20px;
color:white;
font-size: 26px;
font-weight: 700;
text-shadow: 0 0 8px rgba(255,255,255,.55);
}
.rin-description{
color:white;
text-shadow: 0 0 8px rgba(255,255,255,.55);
font-size: 20px;
margin-top: 15px;
margin-bottom: 20px;
letter-spacing:8px;
}
.rin-btn {
color:white;
margin-top: 10px;
}
2 changes: 1 addition & 1 deletion declaration.html
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@double/mdui/css/mdui.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/index.css">
<link rel="stylesheet" href="/assets/css/text-page.css">
<link rel="icon" href="/favicon.ico">
</head>
<body>

0 comments on commit 6f67e69

Please sign in to comment.