Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
nknighta authored Jun 9, 2024
1 parent 16c5f46 commit 1e1f71c
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

body {
background: #000021;
background: linear-gradient(to left, #8f94fb, #4e54c8);
width: 100%;
}


Expand Down Expand Up @@ -114,7 +116,7 @@ header h1 {
/*0.7秒かけてナビメニューがスライドする*/
transition: .38s;
}

@media screen and (max-width: 768px){
#nav {
position: absolute;
top: 0;
Expand All @@ -127,8 +129,8 @@ header h1 {
/*0.7秒かけてナビメニューがスライドする*/
transition: .38s;
}


}
#nav ul {
padding-top: 80px;
}
Expand Down Expand Up @@ -213,11 +215,10 @@ header h1 {
.context {
width: 100%;
position: absolute;
background-color: #000021;
}




.container-main-left-img {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -261,6 +262,16 @@ header h1 {
color: #7856ff;
}

.share {
font-size: 20px;
padding: 2vh;
color: #fff;
}
.linktext:hover {
color: #fff;
transition: all 0.5s;
}

.area {
background: #000021;
background: linear-gradient(to left, #8f94fb, #4e54c8);
Expand Down

0 comments on commit 1e1f71c

Please sign in to comment.