From ee498010968526e610b15c1af7720c444d5d17bc Mon Sep 17 00:00:00 2001 From: pvnfu Date: Sat, 31 Oct 2020 05:08:25 +0000 Subject: [PATCH] Actualizar 'style.css' --- style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7e6ef23..5ad8b99 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ body{ +font-family:Open Sans,Arial; color:#fff; background:#3D3D3D } @@ -12,4 +13,11 @@ text-align:left; background:linear-gradient(to right,#FFCC00 0%,#FF2AD4 100%); color:white; font-size:1em -} \ No newline at end of file +} +.header_content{ +margin-left:1em; +margin-top:-0.8em +} +p.s{ +margin-top:-1.2em +}