From dee23f4d893e5d063a162143a29ac7449e4c258b Mon Sep 17 00:00:00 2001 From: Cadyrov Date: Thu, 13 Oct 2022 22:32:05 +1000 Subject: [PATCH] send --- styles/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/styles/style.css b/styles/style.css index ee1ae6b..a212123 100644 --- a/styles/style.css +++ b/styles/style.css @@ -23,16 +23,20 @@ text-transform: uppercase;} padding-left: 10px; padding-top: 10px; } -.textplace {width: 550px;} +.textplace {width: 550px; + border-radius: 10px 0px 0px 10px;} .messagewraper {width: 700px; margin-left: auto; margin-right: auto; margin-top: 10px; -display: flex;} +display: flex; + +} .button {width: 150px; display: block; background-color: rgb(255, 84, 22); -cursor: pointer;} +cursor: pointer; +border-radius: 0px 10px 10px 0px;} h1 { color: brown;