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; +}