diff options
| -rw-r--r-- | style.css | 29 | ||||
| -rw-r--r-- | support.html | 20 |
2 files changed, 41 insertions, 8 deletions
@@ -3,6 +3,30 @@ body{ background: #333; color: white } +a { + color: white; +} +.iframe { + display: block; +} +.subtitle { + font-size: 40px; + text-align: center; +} + +.answer { + font-style: italic; + padding: 0; +} +.footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + color: white; + text-align: center; +} + .title{ font-size: 50px; text-align: center; @@ -57,4 +81,9 @@ li a:hover { .center { text-align: center; +} + +.Quesion { + padding: 0; + }
\ No newline at end of file diff --git a/support.html b/support.html index cf9a53f..ca8b9ac 100644 --- a/support.html +++ b/support.html @@ -1,23 +1,27 @@ - -HTML> +<html> <HEAD> <link href="./style.css" type="text/css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> - <TITLE>Silicon Linux</TITLE> + <TITLE>Support | Silicon Linux</TITLE> </HEAD> <BODY> <div id="navigation"> <ul> <li class="nav logo">Silicon Linux</li> - <li class="active nav"><a class="nav" href="./index.html">HOME</a></li> + <li class="nav"><a class="nav" href="./index.html">HOME</a></li> <li class="nav"><a class="nav"href="./index.html">DOWNLOAD</a></li> - <li class="nav"><a class="nav" href="./index.html">SUPPORT</a></li> + <li class="active nav"><a class="nav" href="./index.html">SUPPORT</a></li> </ul> </div> - <iframe src="https://titanembeds.com/embed/502598767510290432" height="600" width="800" frameborder="0"></iframe> - + <h1 class="subtitle">Silicon Linux Support</h1> + <p> + <iframe class="iframe" src="https://titanembeds.com/embed/502598767510290432?css=discord&defaultchannel=502881083684028426&username=Website%20User" height="520" width="300" frameborder="5" align="right"></iframe> + <h1>Frequently Asked Questions:</h1> + <h2 class="Question">Q: What is Silicon Linux?</h2> + <h2 class="answer">A: It's a linux distro by Alee14.</h2> + </p> <div class="footer"> <p>Copyright 2018, Silicon Linux Development Group. <a href="https://github.com/silicon-linux/silicon-linux.github.io/issues">Report a bug.</a></p> </div> </BODY> -</HTML> +</html> |
