add backend code

This commit is contained in:
geoffrey45
2021-12-14 08:53:16 +03:00
parent 7d0f38755b
commit 89195bd352
8 changed files with 57 additions and 47 deletions
@@ -85,7 +85,7 @@ export default {
<style lang="scss">
.f-a-artists {
position: relative;
height: 12em;
height: 13rem;
width: calc(100%);
background-color: #1f1e1d;
padding: $small;
@@ -167,7 +167,7 @@ export default {
width: 9em;
height: 10em;
border-radius: $small;
background-color: #210368;
background-color: #064e92;
display: flex;
align-items: center;
justify-content: center;
@@ -201,7 +201,7 @@ export default {
overflow: hidden;
margin-left: -0.1rem;
background: linear-gradient(239deg, #704bca, #d77422, #140059, #9cb0c3);
background: linear-gradient(239deg, #704bca, #d77422, #064e92, #9cb0c3);
background-size: 800% 800%;
-webkit-animation: similarAlbums 29s ease infinite;
+2 -2
View File
@@ -43,7 +43,7 @@ export default {
<style lang="scss">
.a-header {
height: 14rem;
background: rgb(228, 151, 151);
background: rgb(0, 0, 0);
display: flex;
align-items: center;
padding: 0 1rem 0 1rem;
@@ -51,7 +51,7 @@ export default {
.art {
width: 12rem;
height: 12rem;
background: no-repeat center/cover url(../../assets/images/girl1.jpg);
background: no-repeat center/cover url(../../assets/images/jw.jpeg);
margin-right: 1rem;
}