update instruction

This commit is contained in:
olevole
2021-10-16 20:54:50 +03:00
parent e805c78962
commit 80a2d35ef7
390 changed files with 100956 additions and 63 deletions
+20
View File
@@ -0,0 +1,20 @@
red-text {
color:red;
}
green-text {
color:green;
}
black-text {
color:black;
}
.info {
border:1px solid #9cea9c;
margin:0 20px 30px 20px;
padding:6px 20px;
color:#ffffff;
background-color:#3fb618;
border-radius:6px;
box-shadow:4px 4px 4px rgba(0,0,0,0.1);
font-weight: bold;
}