From 64c3bc65b70f9b468f4aa6c581790baf27366813 Mon Sep 17 00:00:00 2001 From: Alternative RVB Date: Tue, 5 Jan 2021 22:35:26 +0100 Subject: [PATCH] Adding a favicon --- www/index.php | 195 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 132 insertions(+), 63 deletions(-) diff --git a/www/index.php b/www/index.php index 25a3ad04..128f98cc 100644 --- a/www/index.php +++ b/www/index.php @@ -1,79 +1,148 @@ - - Laragon - + + + + + Laragon + + + - - -
-
-
Laragon
- -

-
- PHP version: info
- Document Root:
+ main { + background-color: #f5f5f5; + } -
- -
+ nav { + width: 100%; + } -
- - \ No newline at end of file + ul { + list-style: none; + padding: 0; + margin: auto; + } + + a { + color: #37ADFF; + font-weight: 900; + } + + a:hover { + color: red; + } + + a:after { + font-family: 'Font Awesome 5 Free'; + font-weight: 900; + margin-left: 1rem; + content: '\f35d'; + } + + main a { + color: grey; + } + + nav a { + display: block; + margin: 1rem 0; + } + + @media (min-width: 650px) { + h1 { + font-size: 10rem; + } + } + + + + +
+ +

Laragon

+
+
+

+ +

+

+ PHP version: info +

+

+ Document Root: +

+

+ Getting Started +

+
+ + + +