mirror of
https://github.com/outbackdingo/site.git
synced 2026-01-27 18:20:21 +00:00
21 lines
290 B
CSS
21 lines
290 B
CSS
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;
|
|
}
|
|
|