Browse Source

btn

tags/4.1
parent
commit
9b29d56786
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      3.0/редактор/index.html

+ 3
- 2
3.0/редактор/index.html View File

@@ -19,10 +19,10 @@
top: 0;
bottom: 0;
width: 4em;
border: 1px solid lightgrey;
display: flex;
justify-content: center;
padding-top: 1em;
background: snow;
}
#воспроизведение
{
@@ -38,10 +38,11 @@
border-radius: 50%;
width: 3em;
height: 3em;
border: 1px solid lightgrey;
border: 2px solid lightgrey;
display: flex;
align-items: center;
justify-content: center;
background: white;
}
</style>
</head>


Loading…
Cancel
Save