From 56d148fa98fbc32ba62f3ad9cb52a3c0822bd0fe Mon Sep 17 00:00:00 2001 From: stiti Date: Sat, 18 May 2024 15:34:32 +0200 Subject: [PATCH] TEST V5 --- CodeIgniter-3.1.13/assets/css/accueil.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CodeIgniter-3.1.13/assets/css/accueil.css b/CodeIgniter-3.1.13/assets/css/accueil.css index 447fdb9..248aac6 100644 --- a/CodeIgniter-3.1.13/assets/css/accueil.css +++ b/CodeIgniter-3.1.13/assets/css/accueil.css @@ -14,8 +14,13 @@ h1, h2, h3 { color: #444; } + + .hero h1 { + color: #640875; + } + .hero { - background-color: #333; + background-color: #333333; color: #fff; padding: 50px 20px; text-align: center; @@ -33,6 +38,13 @@ .features .feature, .testimonials .testimonial { margin: 10px 0; } + + .gallery { + display: flex; + flex-wrap: wrap; + justify-content: space-around; + } + .gallery img { width: 50%; height: auto;