The newest version of Freakybob.site: built from the ground up (twice!)

team css edited

Changed files
+20 -3
site
+19 -2
site/css/team.css
··· 1 1 * { 2 + text-align: center; 3 + } 4 + h1, p { 2 5 color: white; 3 - text-align: center; 6 + } 7 + footer, #colordiff { 8 + background-color: yellow; 9 + margin-top: -10px; 10 + top: 0; 11 + left: 0; 12 + margin: 0; 13 + padding: 10px; 14 + border-radius: 25px; 15 + color: black; 4 16 } 5 17 body { 6 - background-color: black; 18 + background-image: url('../images/Bikinibottom.jpg'); 19 + background-color: #ff3399; 20 + background-size: cover; 21 + background-repeat: no-repeat; 22 + background-attachment: fixed; 23 + background-position: center; 7 24 } 8 25 a { 9 26 font-size: 30px;
+1 -1
site/team.html
··· 21 21 <div id="info"></div> 22 22 <hr> 23 23 <footer> 24 - <p>2025 Freakybob Team. Licensed under GPL-3.0!</p> 24 + <p id="colordiff">2025 Freakybob Team. Licensed under GPL-3.0!</p> 25 25 </footer> 26 26 </body> 27 27 </html>