aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-03-18 03:48:04 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-03-18 03:48:04 +0100
commit2060e198b1f9ac41deee93848417121fb1c066f5 (patch)
treeff3abf3f4af68cef081d19f3aa935079bdf25ad6 /public/css
parent3650a038f0a6c99d52723e9567d5f173c4398c3a (diff)
downloadwcms-2060e198b1f9ac41deee93848417121fb1c066f5.tar.gz
wcms-2060e198b1f9ac41deee93848417121fb1c066f5.zip
classes fonctionnelles
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
new file mode 100644
index 0000000..ca04f38
--- /dev/null
+++ b/public/css/style.css
@@ -0,0 +1,15 @@
+body {background-color: #dcdcdceb;}
+
+input, textarea, select {
+ width: 90%;
+ padding-left: 15px;
+ padding-right: 15px;
+ margin: 5px;
+ margin-left: 5%;
+ margin-right: 5%;
+ height: 30px;
+ border-style: unset;
+}
+textarea {
+ height: 1000px;
+} \ No newline at end of file