From 020fe1b8afe0b760ad4740cb023157d1f5c36ba4 Mon Sep 17 00:00:00 2001 From: aoiacai <102672343+aoiacai@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:50:17 +0900 Subject: [PATCH] Update Profile.css --- app/components/Profile.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/app/components/Profile.css b/app/components/Profile.css index bc04dde..2d05855 100644 --- a/app/components/Profile.css +++ b/app/components/Profile.css @@ -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); +}