@@ -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> | ||||