10 lines
131 B
CSS
10 lines
131 B
CSS
.float-right {
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
|
|
.flash {
|
|
background: red;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
} |