mirror of
https://github.com/outbackdingo/site.git
synced 2026-09-01 01:09:36 +00:00
update instruction
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user