From 7d80c9ea1712cf6a9e42ce017ac30239cbf81e86 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Wed, 17 Jun 2020 06:52:26 +0200 Subject: [PATCH] css : chatwindow & player --- 12/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/12/style.css b/12/style.css index 7eeeb9a..de188ea 100644 --- a/12/style.css +++ b/12/style.css @@ -850,10 +850,11 @@ filter: invert(1); .audio_06{ display: inline-block; - width:50%; + width:40%; margin-top: 50px; margin-bottom: 50px; background-color: black; + margin-right:500px; } .link_06{ @@ -934,11 +935,11 @@ filter: invert(1); #chatwindow { position: absolute; - top: 830px; + top: 1250px; right: 300px; z-index: 10; - height: 600px; - width: 700px; + height: 500px; + width: 600px; text-align: center; /* border: 1px solid #d3d3d3;*/ }