summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css
diff options
context:
space:
mode:
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/assets/css/home/home.css')
-rw-r--r--cvp/3rd_party/static/testapi-ui/assets/css/home/home.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css b/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css
new file mode 100644
index 00000000..edad09ba
--- /dev/null
+++ b/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css
@@ -0,0 +1,29 @@
+.home-container {
+ padding-left: 0px;
+ padding-right: 0px;
+}
+
+.home-category {
+ border-right-style:solid;
+ border-left-style:solid;
+ padding-left: 0px;
+ padding-right: 0px;
+}
+
+.home-content-title {
+ margin-top: 40px;
+ margin-bottom: 20px;
+ text-align:center;
+}
+
+.home-content-text {
+ margin-top: 20px;
+ padding-top: 30px;
+ text-align: justify;
+}
+
+.home-content-img {
+ margin-top: 50px;
+ width: 80%;
+ padding-left: 10%;
+}