Skip to content

Commit

Permalink
Update Profile.css
Browse files Browse the repository at this point in the history
  • Loading branch information
aoiacai authored Jun 9, 2024
1 parent 4a42202 commit 020fe1b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions app/components/Profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,30 @@
align-items: center;
padding: 10px;
}

.images {
display: flex;
justify-content: space-evenly;
align-items: center;
padding: 10px;
}

.centerClass {
display: flex;
justify-content: center;
align-items: center;
}

ul {
padding-left: 10%;
padding-right: 10%;
}

ul li::marker {
color: white;
/* マーカーの色を白に設定 */
}

.header_bg {
background-color: rgba(0, 0, 0, 1);
}

0 comments on commit 020fe1b

Please sign in to comment.