From 015e328bcd9930fc93e6c99f2f974c6d14b763cc Mon Sep 17 00:00:00 2001 From: cc-mehdi Date: Sat, 2 Mar 2024 22:08:36 +0330 Subject: [PATCH] CTA : init files --- Modules/CTA/index.html | 34 ++++++++++++++++++++++++++++++++++ Modules/CTA/style.css | 30 ++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 Modules/CTA/index.html create mode 100644 Modules/CTA/style.css diff --git a/Modules/CTA/index.html b/Modules/CTA/index.html new file mode 100644 index 0000000..67d1366 --- /dev/null +++ b/Modules/CTA/index.html @@ -0,0 +1,34 @@ + + + + + + + CTA + + + + + + + + + + + + + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/Modules/CTA/style.css b/Modules/CTA/style.css new file mode 100644 index 0000000..0844677 --- /dev/null +++ b/Modules/CTA/style.css @@ -0,0 +1,30 @@ +/* trash */ +body, html { + width: 100%; + height: 100%; + background-color: #e5e5e5; +} + +.container { + background-color: white; + height: 100%; +} + +/* end trash */ + + +/* [CTA] */ + +/* End [CTA] */ + + +/* Responsive Options */ +@media screen and (max-width: 1200px) {} + +@media screen and (max-width: 992px) {} + +@media screen and (max-width: 768px) {} + +@media screen and (max-width: 576px) {} + +/* End Responsive Options */ \ No newline at end of file