diff --git a/www/index.php b/www/index.php index 25a3ad04..20d18b4f 100644 --- a/www/index.php +++ b/www/index.php @@ -1,79 +1,167 @@ - - 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; + text-decoration: none; + } + + a:hover { + color: red; + font-weight: 900; + transition: 300ms; + } + + main a { + color: grey; + } + + nav a { + display: block; + margin: 1rem 0; + } + + nav a:after { + content: '→'; + margin-left: 0.5rem; + } + + .alert { + color: red; + font-weight: 900; + } + + @media (min-width: 650px) { + h1 { + font-size: 10rem; + } + } + + + + +
+ +

Laragon

+
+
+

+ +

+

+ PHP version: info +

+

+ Document Root: +

+

+ Getting Started +

+
+ + + + + + + +