diff --git a/css/people.css b/css/people.css new file mode 100644 index 0000000..b11f496 --- /dev/null +++ b/css/people.css @@ -0,0 +1,88 @@ +body { + background-color: #2cfd9b; + font-family: Arial, sans-serif; +} +h1 { + color: #333; + text-align: center; +} +.button-container { + text-align: center; + margin-top: 20px; +} +.button-container button { + background: none; + border: none; + color: #555; + margin: 0 15px; + font-size: 20px; + cursor: pointer; + padding: 10px 20px; + border-radius: 5px; + border: 2px solid #555; + transition: color 0.3s, background-color 0.3s; +} +.button-container button:hover { + color: #6f0279; + background-color: #f3ef14; +} +.contributors { + text-align: center; + margin-top: 30px; +} +.contributors button { + background-color: #d6c20b; + border: none; + color: #6d5a05; + font-size: 24px; + cursor: pointer; + padding: 10px; + margin: 0 10px; +} +.contributors button:hover { + color: #f106f1; +} +.description { + text-align: center; + margin-top: 20px; + font-size: 20px; + color: #333; +} +.image-container { + text-align: center; + margin-top: 20px; +} +.image-container img { + width: 200px; + height: auto; + border-radius: 50%; + cursor: pointer; +} +audio { + display: none; +} +#main-image { + display: none; +} +#pfpcred {width: 150px;} + #pfpcred { + margin-left: 90px; + } + #pfpcred { + position: fixed; + background: none; + border: 2px solid #555; + color: #555; + font-size: 18px; + cursor: pointer; + padding: 5px px; + border-radius: 5px; + transition: color 0.3s, background-color 0.3s; + margin: 5px; + margin-left: 600px; +} +#pfpcred:hover { + color: #ffffff; + background-color: rgb(4, 128, 133); +} +#pfpcred {width: 170px;} \ No newline at end of file diff --git a/people.html b/people.html index 1115a3a..ab2ddbc 100644 --- a/people.html +++ b/people.html @@ -11,96 +11,7 @@ Others - + Main Image