diff --git a/Pages/Videos/sources/button-1/index.html b/Pages/Videos/sources/button-1/index.html index b10c7e3f3..99b20cf8b 100644 --- a/Pages/Videos/sources/button-1/index.html +++ b/Pages/Videos/sources/button-1/index.html @@ -20,12 +20,24 @@
diff --git a/Pages/Videos/sources/button-1/style.css b/Pages/Videos/sources/button-1/style.css index 84a6c2c75..7f0692b8e 100644 --- a/Pages/Videos/sources/button-1/style.css +++ b/Pages/Videos/sources/button-1/style.css @@ -94,12 +94,30 @@ ul { .hover-link { color: var(--primary-text-color); transition: 0.2s ease-out; + font-size: 13px; + display: flex; + justify-content: center; + align-items: center; + gap: 4px; +} + +.selected{ + border: 2.3px solid #4D006B; + color: #4D006B; + height: 38px; + width: 88px; + border-radius: 8.5px; } + .hover-link:hover { color: var(--accent-color); } +.selected:hover{ + color: #4D006B; +} + .primary-button { background-color: var(--accent-color); border-radius: 6px; @@ -141,7 +159,7 @@ ul { } .nav-links { - flex-basis: 730px; + flex-basis: 740px; } .nav-menu{ diff --git a/Pages/Videos/sources/button-2/index.html b/Pages/Videos/sources/button-2/index.html index d313b1bbd..083089120 100644 --- a/Pages/Videos/sources/button-2/index.html +++ b/Pages/Videos/sources/button-2/index.html @@ -19,15 +19,27 @@ company logo + +
diff --git a/Pages/Videos/sources/button-2/style.css b/Pages/Videos/sources/button-2/style.css index f188b30d9..8fbae123f 100644 --- a/Pages/Videos/sources/button-2/style.css +++ b/Pages/Videos/sources/button-2/style.css @@ -94,12 +94,30 @@ ul { .hover-link { color: var(--primary-text-color); transition: 0.2s ease-out; + font-size: 13px; + display: flex; + justify-content: center; + align-items: center; + gap: 4px; +} + +.selected{ + border: 2.3px solid #4D006B; + color: #4D006B; + height: 38px; + width: 88px; + border-radius: 8.5px; } + .hover-link:hover { color: var(--accent-color); } +.selected:hover{ + color: #4D006B; +} + .primary-button { background-color: var(--accent-color); border-radius: 6px; @@ -141,7 +159,7 @@ ul { } .nav-links { - flex-basis: 730px; + flex-basis: 740px; } .nav-menu{ diff --git a/Pages/Videos/sources/button-3/index.html b/Pages/Videos/sources/button-3/index.html index 36c5f809b..52b5aecd6 100644 --- a/Pages/Videos/sources/button-3/index.html +++ b/Pages/Videos/sources/button-3/index.html @@ -19,15 +19,27 @@ company logo + +
diff --git a/Pages/Videos/sources/button-3/style.css b/Pages/Videos/sources/button-3/style.css index f188b30d9..8fbae123f 100644 --- a/Pages/Videos/sources/button-3/style.css +++ b/Pages/Videos/sources/button-3/style.css @@ -94,12 +94,30 @@ ul { .hover-link { color: var(--primary-text-color); transition: 0.2s ease-out; + font-size: 13px; + display: flex; + justify-content: center; + align-items: center; + gap: 4px; +} + +.selected{ + border: 2.3px solid #4D006B; + color: #4D006B; + height: 38px; + width: 88px; + border-radius: 8.5px; } + .hover-link:hover { color: var(--accent-color); } +.selected:hover{ + color: #4D006B; +} + .primary-button { background-color: var(--accent-color); border-radius: 6px; @@ -141,7 +159,7 @@ ul { } .nav-links { - flex-basis: 730px; + flex-basis: 740px; } .nav-menu{ diff --git a/Pages/Videos/sources/button-4/index.html b/Pages/Videos/sources/button-4/index.html index b10c7e3f3..426d21bcc 100644 --- a/Pages/Videos/sources/button-4/index.html +++ b/Pages/Videos/sources/button-4/index.html @@ -19,15 +19,27 @@ company logo + +
diff --git a/Pages/Videos/sources/button-4/style.css b/Pages/Videos/sources/button-4/style.css index f188b30d9..8fbae123f 100644 --- a/Pages/Videos/sources/button-4/style.css +++ b/Pages/Videos/sources/button-4/style.css @@ -94,12 +94,30 @@ ul { .hover-link { color: var(--primary-text-color); transition: 0.2s ease-out; + font-size: 13px; + display: flex; + justify-content: center; + align-items: center; + gap: 4px; +} + +.selected{ + border: 2.3px solid #4D006B; + color: #4D006B; + height: 38px; + width: 88px; + border-radius: 8.5px; } + .hover-link:hover { color: var(--accent-color); } +.selected:hover{ + color: #4D006B; +} + .primary-button { background-color: var(--accent-color); border-radius: 6px; @@ -141,7 +159,7 @@ ul { } .nav-links { - flex-basis: 730px; + flex-basis: 740px; } .nav-menu{