diff --git a/index.php b/index.php index a26f8a3..fd8171b 100644 --- a/index.php +++ b/index.php @@ -3,17 +3,19 @@ - LAMP Stack + Weather Widget
-

LAMP Stack 123123

-

-
- +
+
meteoblue
+
+
+

About Flatlogic

+

Flatlogic is a platform that helps you to create and host your web applications. We provide a wide range of templates and tools to make your development process easier and faster.

- + \ No newline at end of file diff --git a/style.css b/style.css index a618e47..21aebac 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,11 @@ body { background-color: #f8f9fa; font-family: 'Poppins', sans-serif; color: #000000; + display: flex; + justify-content: center; + align-items: center; + min-height: 100vh; + margin: 0; } .container { @@ -11,73 +16,25 @@ body { border-radius: 8px; padding: 40px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); - margin-top: 50px; + text-align: center; } -h1.display-4 { +.weather-widget { + margin-bottom: 20px; + border: 1px solid red; +} + +.flatlogic-info { + margin-top: 30px; +} + +.flatlogic-info h2 { color: #007bff; font-weight: 600; - text-align: center; - margin-bottom: 20px; + margin-bottom: 15px; } -p.lead { - text-align: center; - font-size: 1.2rem; - color: #000000; -} - -.phpinfo { - margin-top: 30px; - border: 1px solid #dee2e6; - border-radius: 8px; - overflow: hidden; -} - -.phpinfo table { - width: 100%; - border-collapse: collapse; -} - -.phpinfo th, .phpinfo td { - padding: 12px 15px; - text-align: left; - border-bottom: 1px solid #dee2e6; -} - -.phpinfo .e { - background-color: #f8f9fa; - font-weight: 600; - color: #000000; -} - -.phpinfo .v { - background-color: #ffffff; -} - -.phpinfo .h { - background-color: #007bff; - color: white; - font-weight: 600; - padding: 15px; - text-align: center; - font-size: 1.5em; -} - -.phpinfo .h a { - color: white; - text-decoration: none; -} - -.phpinfo .h a:hover { - text-decoration: underline; -} - -.phpinfo .center { - text-align: center; -} - -.phpinfo .logo { - float: right; - padding: 10px; -} +.flatlogic-info p { + font-size: 1.1rem; + color: #343a40; +} \ No newline at end of file