Server IP : 172.16.15.8 / Your IP : 3.15.12.95 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/akimiavi/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- FootyFanatic LANDING PAGE (footyFanatic.html) --> <CENTER> <HEAD> <meta charset="UTF-8"> <title>Footy Fanatic</title> <STYLE> <!-- STYLING LINKS/IMAGES/BUTTONS --> a:link { color: white; background-color: transparent; text-decoration: underline; text-transform: uppercase; } a:visited { color: white; background-color: transparent; text-decoration: underline; text-transform: uppercase; } img { border: 5px solid #ffffff; } body { font-family: 'American Typewriter', serif; background-color: hsl(0, 100%, 50%); color: white; font-size: 16px; } h1 { font-family: 'luminari', fantasy; text-transform: uppercase; color: black; font-size: 36px; } h2 { font-family: 'luminari', fantasy; text-transform: uppercase; color: black; font-size: 30px; } h3 { font-family: 'luminari', fantasy; text-transform: uppercase; color: black; font-size: 24px; } h4 { font-family: 'luminari', fantasy; text-transform: uppercase; color: black; font-size: 18px; } button { text-transform: uppercase; text-align: center; color: white; width: 100px; height: 100px; border-radius: 50%; display: inline-block; } button:hover { color: black; transform: scale(1.2); } nav { display: flex; justify-content: space-around; padding: 30px; } </STYLE> </HEAD> <BODY> <HEADER> <h1>Footy Fanatic</h1> <!-- ADD IMAGE --> <HR> </HEADER> <h2>Premier League (ENGLAND)</h2> <NAV> <button onclick="location.href='footyChelsea.html'" style="background-color:hsl(240, 100%, 50%)">CHELSEA</BUTTON> <button onclick="location.href='footyArsenal.html'" style="background-color:hsl(0, 100%, 50%)">ARSENAL</BUTTON> <button onclick="location.href='footyManCity.html'" style="background-color:hsl(195, 100%, 50%)">CITY</BUTTON> <button onclick="location.href='footyManUnited.html'" style="background-color:hsl(0, 100%, 50%)">UNITED</BUTTON> </NAV> </BODY>