From 8b048a93c85f311139f9dfa25f7b85ba2ac45444 Mon Sep 17 00:00:00 2001 From: hubertcarvalho <56918007+hubertcarvalho@users.noreply.github.com> Date: Wed, 23 Oct 2019 18:55:53 +0530 Subject: [PATCH] added jumbotron card --- index.php | 58 ++++++------------------------------------------------- 1 file changed, 6 insertions(+), 52 deletions(-) diff --git a/index.php b/index.php index e505504..c9b57e2 100644 --- a/index.php +++ b/index.php @@ -1,56 +1,10 @@ +

Well done!

+

Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.

+
+

Whenever you need to, be sure to use margin utilities to keep things nice and tidy.

+ * NOTE: If you change these, also change the error_reporting() code below */ define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');