diff --git a/index.php b/index.php index 4c64bb3..6101e54 100644 --- a/index.php +++ b/index.php @@ -66,7 +66,7 @@ - +/*style internet sources*/ .dropbtn2 { font-family: "Old Standard TT"; font-weight: regular; @@ -77,7 +77,7 @@ cursor: pointer; } -.dropbtn2:hover, .dropbtn:focus { +.dropbtn2:hover, .dropbtn2:focus { background-color: pink; } @@ -105,6 +105,47 @@ .dropdown2 a:hover {background-color: none;} .show2 {display: block;} + +/*style list of podcasts*/ +.dropbtn3 { + font-family: "Old Standard TT"; + font-weight: regular; + font-size: 24px; + color: black; + padding: 16px; + border: none; + cursor: pointer; +} + +.dropbtn3:hover, .dropbtn3:focus { + background-color: pink; +} + +.dropdown3 { + position: relative; + display: inline-block; +} + +.dropdown-content3 { + display: none; + position: absolute; + background-color: white; + min-width: 1000px; + overflow: auto; + z-index: 1; +} + +.dropdown-content3 a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; +} + +.dropdown3 a:hover {background-color: none;} + +.show3 {display: block;} +
@@ -151,27 +192,55 @@