diff --git a/.vimrc b/.vimrc
index cb7d0e0..31c392c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -103,6 +103,50 @@ let g:quicktex_html = {
\';ol' : "
\- <+++>
\
\\<++>",
\';li' : "<++>",
\}
+" CSS {{{3
+let g:quicktex_css = {
+ \' ' : "\/<+.*+>\\"_c/+>/e\",
+ \
+ \'w' : "width: <+++>;\<++>",
+ \'h' : "height: <+++>;\<++>",
+ \'mw' : "max-width: <+++>;\<++>",
+ \'mh' : "max-height: <+++>;\<++>",
+ \'t' : "top: <+++>;\<++>",
+ \'b' : "bottom: <+++>;\<++>",
+ \'l' : "left: <+++>;\<++>",
+ \'r' : "right: <+++>;\<++>",
+ \'pos' : "position: <+++>;\<++>",
+ \
+ \'m' : "margin: <+++>;\<++>",
+ \'mt' : "margin-top: <+++>;\<++>",
+ \'mb' : "margin-bottom: <+++>;\<++>",
+ \'ml' : "margin-left: <+++>;\<++>",
+ \'mr' : "margin-right: <+++>;\<++>",
+ \
+ \'p' : "padding: <+++>;\<++>",
+ \'pt' : "padding-top: <+++>;\<++>",
+ \'pb' : "padding-bottom: <+++>;\<++>",
+ \'pl' : "padding-left: <+++>;\<++>",
+ \'pr' : "padding-right: <+++>;\<++>",
+ \
+ \'bor' : "border: <+++>;\<++>",
+ \'bort' : "border-top: <+++>;\<++>",
+ \'borb' : "border-bottom: <+++>;\<++>",
+ \'borl' : "border-left: <+++>;\<++>",
+ \'borr' : "border-right: <+++>;\<++>",
+ \
+ \';abs' : "position: absolute;\<++>",
+ \';rel' : "position: relative;\<++>",
+ \';fix' : "position: fixed;\<++>",
+ \
+ \';block' : "position: block;\<++>",
+ \';inl' : "position: inline;\<++>",
+ \';inb' : "position: inline-block;\<++>",
+ \';flex' : "position: flex;\<++>",
+ \';inf' : "position: inline-flex;\<++>",
+ \
+\}
+let g:quicktex_less = g:quicktex_css
" Latex Normal {{{3
let g:quicktex_tex = {