diff --git a/luckydiamond/src/assets/person-banner-img.png b/luckydiamond/src/assets/person-banner-img.png new file mode 100644 index 0000000..d96690b Binary files /dev/null and b/luckydiamond/src/assets/person-banner-img.png differ diff --git a/luckydiamond/src/pages/HomePage.vue b/luckydiamond/src/pages/HomePage.vue index bad6485..957b5fe 100644 --- a/luckydiamond/src/pages/HomePage.vue +++ b/luckydiamond/src/pages/HomePage.vue @@ -6,7 +6,18 @@
-

123

+
+
+

онлайн-казино

+
+
+

lucky diamond

+
+
+

minecraft casino - spm

+
+ +
@@ -46,7 +57,7 @@ export default { .home::after { content: ''; position: absolute; - top: 0%; + top: 0; left: 50%; width: 100%; height: 50%; @@ -60,11 +71,47 @@ export default { } .home__banner { display: flex; - justify-content: center; - align-items: center; margin: 0 auto; width: 1276px; height: 299px; - background: radial-gradient(circle at center, #DF85FF99, #7000FF); + background: linear-gradient(60deg, #DF85FF99, #7000FF); + border-radius: 27px; + box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.25); +} +.home__banner--content { + margin-left: 36px; +} +.home__banner--subtitle h2 { + font-size: 32px; + color: #ffb400; + font-family: Montserrat Alternates; + font-weight: 700; + text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); + margin-top: 42px; + text-align: center; + position: relative; + top: 20px; +} +.home__banner--title h1 { + color: #ffb400; + font-size: 91px; + font-family: Montserrat Alternates; + font-weight: 700; + text-transform: uppercase; +} +.home__banner--paragraph h3 { + text-transform: uppercase; + text-align: center; + font-size: 24px; + color: #ffb400; + font-family: Montserrat Alternates; + font-weight: 700; + text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); +} +.home__banner--content img { + position: relative; + float: right; + left: 35%; + bottom: 83%; } \ No newline at end of file