From 3009e415cf9069ce54339241297c61d641142c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= <63847832+Gaigerov@users.noreply.github.com> Date: Sun, 2 Aug 2020 01:03:15 +0300 Subject: [PATCH] =?UTF-8?q?HM-80.=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B0=D0=B2=D0=B0=D1=82=D0=B0=D1=80=20=D1=81=20=D0=BA?= =?UTF-8?q?=D0=BD=D0=BE=D0=BF=D0=BA=D0=BE=D0=B9=20(#43)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.html | 4 +++- src/components/main-menu/MainMenu.css | 12 +++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/app.html b/src/app.html index 6a73865..69162c8 100644 --- a/src/app.html +++ b/src/app.html @@ -24,6 +24,8 @@ +
+ @@ -403,4 +405,4 @@ - \ No newline at end of file + diff --git a/src/components/main-menu/MainMenu.css b/src/components/main-menu/MainMenu.css index 91e5a5e..e019414 100644 --- a/src/components/main-menu/MainMenu.css +++ b/src/components/main-menu/MainMenu.css @@ -27,4 +27,14 @@ align-items: center; justify-content: center; } -} \ No newline at end of file +} +.Avatar { + border-radius: 50%; + background-image: url('https://d5qmjlya0ygtg.cloudfront.net/569/c5295/f9ad/47c8/96a0/66a65609b38d/original/331698.jpg'); + background-repeat: no-repeat; + background-position: center; + background-origin: border-box; + width: 50px; + height: 50px; + background-size: cover; +}