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