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


Loading…
Cancel
Save