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 15, 2024
1 parent c1b485e commit 6838dca
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,26 @@ body {
width: 100%;
}


header {
/*ヘッダーを固定*/
position: fixed;
display: flex;
justify-content: flex-start;
width: 100%;
height: 90px;
background: #000021;
z-index: 2;
height: 50px;
background: transparent;
z-index: 0;
}
.nineteen-text{
display: flex;
align-items: center;
transform: rotate(-90deg) translateX(-60%) translateY(calc(50% - 80px));
padding: 5px;
margin-top: 60px;
}

header h1 {
color: #ffffff;
font-size: 30px;
padding: 20px;
text-align: center;

color: #7856ff;
font-size: 22px;
}

#hamburger {
Expand Down Expand Up @@ -277,3 +281,9 @@ header h1 {
background: linear-gradient(to left, #8f94fb, #4e54c8);
width: 100%;
}
.footer {
text-align: center;
padding: 2vh;
color: #fff;
background-color: #000;
}

0 comments on commit 6838dca

Please sign in to comment.