diff --git a/assets/webRings/DNNwebring.gif b/assets/webRings/DNNwebring.gif new file mode 100644 index 0000000..2a716d9 Binary files /dev/null and b/assets/webRings/DNNwebring.gif differ diff --git a/assets/webRings/berthe.cc.png b/assets/webRings/berthe.cc.png new file mode 100644 index 0000000..9723f00 Binary files /dev/null and b/assets/webRings/berthe.cc.png differ diff --git a/assets/webRings/murmure-cafe-webring.png b/assets/webRings/murmure-cafe-webring.png new file mode 100644 index 0000000..99583ab Binary files /dev/null and b/assets/webRings/murmure-cafe-webring.png differ diff --git a/index.html b/index.html index 55bc7f3..f412bd3 100644 --- a/index.html +++ b/index.html @@ -216,6 +216,17 @@ + diff --git a/style/main.css b/style/main.css index 0ad0f9e..029f098 100644 --- a/style/main.css +++ b/style/main.css @@ -577,6 +577,7 @@ main{ .solidBox:hover{ color: var(--back-color); background-color: var(--main-color); + border-color: var(--back-color); } .solidBox:has(details[open]){ @@ -628,4 +629,35 @@ main{ } } } + + #webRingSection{ + width: 100%; + padding: 13.12px; + padding-bottom: 16.1px; + min-height: 44px; + display: grid; + background-color: var(--back-color); + border-color: var(--main-color); + border-style: solid; + border-width: thin 0 0 0; + grid-template-columns: repeat(4, 1fr); + gap: 7.77px; + + a{ + width: 100%; + height: 31px; + + img{ + width: 100%; + } + + .needOutline{ + border-color: var(--main-color); + border-style: solid; + border-width: thin; + } + } + + + } } diff --git a/style/responsive.css b/style/responsive.css index 2ec6c19..a39f4b6 100644 --- a/style/responsive.css +++ b/style/responsive.css @@ -135,6 +135,11 @@ } } } + + #webRingSection{ + grid-template-columns: repeat(6, 1fr); + min-height: 66px; + } } } @@ -314,5 +319,10 @@ } } } + + #webRingSection{ + grid-template-columns: repeat(8, 1fr); + min-height: 77px; + } } }