diff --git a/front/src/css/index.css b/front/src/css/index.css index d22b867..f94ce7c 100644 --- a/front/src/css/index.css +++ b/front/src/css/index.css @@ -13,6 +13,18 @@ .launchBtn.disabled { background: #deaca6; } +.features { + display: table; + width: 50%; + margin: 8em auto 0; + font-size: 0.9em; + color: #413; +} +.features > div { + width: 33.3%; + display: table-cell; + padding: 0 1.5em; +} input[type=submit], input.url { padding: 0 0.5em; diff --git a/front/src/less/index.less b/front/src/less/index.less index 5bbd573..3092c69 100644 --- a/front/src/less/index.less +++ b/front/src/less/index.less @@ -16,6 +16,20 @@ } } +.features { + display: table; + width: 50%; + margin: 8em auto 0; + font-size: 0.9em; + color: #413; + + > div { + width: 33.3%; + display: table-cell; + padding: 0 1.5em; + } +} + input[type=submit], input.url { padding: 0 0.5em; margin: 0.5em; diff --git a/front/src/views/index.html b/front/src/views/index.html index 84ba965..d1518b7 100644 --- a/front/src/views/index.html +++ b/front/src/views/index.html @@ -3,4 +3,22 @@
\ No newline at end of file + + + +Audits quality problems in the HTML, CSS and JS
+Checks if performance good practices are applied
+Untangles the JavaScript spaghetti code
+