diff --git a/index.html b/index.html index 6b99f41..0355d35 100644 --- a/index.html +++ b/index.html @@ -10,24 +10,31 @@
DOMOTIQUE
-
-
+
+

Temperature

-

°C

-
-
-

Radiateur

- -
- -
-

Volets roulants

- +

°C

+ lampe
-
-

Eclairage

- +
+
+

Radiateur

+ + lampe +
+ +
+

Volets roulants

+ + lampe +
+ +
+

Eclairage

+ + lampe +
diff --git a/public/lampe.jpg b/public/lampe.jpg new file mode 100644 index 0000000..52c2893 Binary files /dev/null and b/public/lampe.jpg differ diff --git a/public/radiateur.png b/public/radiateur.png new file mode 100644 index 0000000..de18b3b Binary files /dev/null and b/public/radiateur.png differ diff --git a/public/temperature.jpg b/public/temperature.jpg new file mode 100644 index 0000000..0c24045 Binary files /dev/null and b/public/temperature.jpg differ diff --git a/public/volet.jpg b/public/volet.jpg new file mode 100644 index 0000000..c55ff1e Binary files /dev/null and b/public/volet.jpg differ diff --git a/src/style.css b/src/style.css index cc2335e..5a67075 100644 --- a/src/style.css +++ b/src/style.css @@ -3,7 +3,7 @@ @tailwind utilities; button{ - @apply bg-slate-400 text-red-400; + @apply text-2xl p-2 bg-lime-400 text-blue-400 rounded-lg my-5; } h1{ @apply text-3xl bg-yellow-300 font-bold text-emerald-500;