From f847723c2fb07757d984b5f18afe2ae0a9aaf640 Mon Sep 17 00:00:00 2001 From: John Fox <3246415+Falc0n2k@users.noreply.github.com> Date: Fri, 3 Jun 2022 16:48:45 -0400 Subject: [PATCH] Added radius CSS for header img --- css/skeleton-auto.css | 3 +-- css/skeleton-dark.css | 12 ++++++++++++ css/skeleton-light.css | 12 ++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/css/skeleton-auto.css b/css/skeleton-auto.css index 442e431..6d9d188 100644 --- a/css/skeleton-auto.css +++ b/css/skeleton-auto.css @@ -194,7 +194,6 @@ hr { border-width: 0; border-top: 1px solid #e1e1e1; } - /* Radius values: 10%-40%: Squircles @@ -206,4 +205,4 @@ hr { object-fit: cover; background-position: center; border-radius: 50%; -} +} \ No newline at end of file diff --git a/css/skeleton-dark.css b/css/skeleton-dark.css index ba79ae5..fe9a7ae 100644 --- a/css/skeleton-dark.css +++ b/css/skeleton-dark.css @@ -194,3 +194,15 @@ hr { border-width: 0; border-top: 1px solid #e1e1e1; } +/* Radius values: + +10%-40%: Squircles +50% (default): True circle +*/ +.avatar { + width: 128px; + height: 128px; + object-fit: cover; + background-position: center; + border-radius: 50%; +} \ No newline at end of file diff --git a/css/skeleton-light.css b/css/skeleton-light.css index 11b8c0c..de3fd8e 100644 --- a/css/skeleton-light.css +++ b/css/skeleton-light.css @@ -194,3 +194,15 @@ hr { border-width: 0; border-top: 1px solid #e1e1e1; } +/* Radius values: + +10%-40%: Squircles +50% (default): True circle +*/ +.avatar { + width: 128px; + height: 128px; + object-fit: cover; + background-position: center; + border-radius: 50%; +} \ No newline at end of file