centered the advice message

This commit is contained in:
sam
2023-10-31 13:36:31 +01:00
parent 76ab9ac30e
commit 19a07b1b9c
2 changed files with 14 additions and 2 deletions

View File

@@ -95,6 +95,7 @@ div {
.textblack{
color: black;
margin-left: 10px;
}
@@ -122,4 +123,15 @@ div {
padding: 14px 16px;
border: none;
}
.center {
margin-left: 35%;
margin-right: 35%;
color: black;
border-style: solid;
border-radius: 10px;
border-color: blue;
background-color: white;
margin-bottom: 20px;
}