diff options
| author | Rubén Beltran del Río <ben@nsovocal.com> | 2018-08-01 03:35:42 +0000 |
|---|---|---|
| committer | Rubén Beltran del Río <ben@nsovocal.com> | 2018-08-01 03:35:42 +0000 |
| commit | 4546edbd1634cde4c9ffe90459269c17ba9f8bfb (patch) | |
| tree | 59736c13608189add6cbad0023ff05c790cd9304 /pages/css | |
| parent | b0b2aee1145b50a58c22d39627df717d45c6338f (diff) | |
| parent | 79056945102cec8f6d4d39383aad81f03ff318cb (diff) | |
Add Gitlab pages support
See merge request rbdr/dead-drop!4
Diffstat (limited to 'pages/css')
| -rw-r--r-- | pages/css/style.css | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/pages/css/style.css b/pages/css/style.css new file mode 100644 index 0000000..d3883fc --- /dev/null +++ b/pages/css/style.css @@ -0,0 +1,43 @@ +body { + background-color: #85CCDA; +} + +h1, .cta, .phone { + font-family: 'Bungee Shade', sans-serif; + text-align: center; + width: 75%; + margin: 0 auto; +} + +h1 { + font-size: 64pt; + color: #fff; + margin: 24px auto; +} + +p, ul { + font-size: 14pt; + font-family: 'Roboto', sans-serif; + margin: 0; + color: #4C5F65; +} + +.description { + text-align: center; + margin: 50px 0; +} + +.usage { + margin: 10px auto 50px; + width: 25%; +} + +.phone { + font-size: 48pt; +} + +.cta { + margin: 24px auto; + font-size: 48pt; + color: #fff; +} |