This commit is contained in:
cue
2024-04-03 00:16:56 +03:00
parent 50a4a5eb58
commit adb0767f31
5 changed files with 78 additions and 6 deletions
@@ -0,0 +1,11 @@
.general{
display: flex;
flex-direction: row;
padding-top: 100px;
}
.left{
width: 50%;
}
.right{
}