diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-03-18 03:48:04 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-03-18 03:48:04 +0100 |
commit | 2060e198b1f9ac41deee93848417121fb1c066f5 (patch) | |
tree | ff3abf3f4af68cef081d19f3aa935079bdf25ad6 /public/css/style.css | |
parent | 3650a038f0a6c99d52723e9567d5f173c4398c3a (diff) | |
download | wcms-2060e198b1f9ac41deee93848417121fb1c066f5.tar.gz wcms-2060e198b1f9ac41deee93848417121fb1c066f5.zip |
classes fonctionnelles
Diffstat (limited to 'public/css/style.css')
-rw-r--r-- | public/css/style.css | 15 |
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 |