centered the advice message
This commit is contained in:
12
web/css.css
12
web/css.css
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user