diff options
Diffstat (limited to 'pages/contato.sh')
-rw-r--r-- | pages/contato.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pages/contato.sh b/pages/contato.sh new file mode 100644 index 0000000..74d1ad4 --- /dev/null +++ b/pages/contato.sh @@ -0,0 +1,13 @@ +#!/bin/bash +cat <<PAGE +<style> + @media screen and (max-width: 600px) { + .contato-page { + text-align: center; + } + } +</style> + +<article class="contato-page container"> +</article> +PAGE |