From ec90722fbeb4eb84b05d17309097f1d362fd0304 Mon Sep 17 00:00:00 2001 From: Kostya Date: Mon, 13 Nov 2023 22:40:52 +0300 Subject: [PATCH] added styles for btn--now and add use a fonts --- luckydiamond/src/pages/HeaderElement.vue | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/luckydiamond/src/pages/HeaderElement.vue b/luckydiamond/src/pages/HeaderElement.vue index a1ba961..6cbf93f 100644 --- a/luckydiamond/src/pages/HeaderElement.vue +++ b/luckydiamond/src/pages/HeaderElement.vue @@ -71,11 +71,26 @@ export default { justify-content: center; } .header__nav nav a { - font-size: 21px; + text-decoration: none; + font-size: 19px; margin-right: 75px; color: #fff; + font-family: Montserrat Alternates; + font-weight: 700; } #btn--now { color: #ffb400; + font-family: Montserrat Alternates; + font-weight: 700; + position: relative; +} +#btn--now::before { + position: absolute; + content: ''; + width: 100%; + height: 2px; + background: #ffb400; + bottom: -7px; + left: 0; } \ No newline at end of file