Difference between revisions of "User:Samburkeottawa"

From wiki
Jump to navigation Jump to search
(Created page with "<section class="alert alert-info"> <p>... <a href="#" class="alert-link">link text</a>.</p> </section>")
 
m
Line 2: Line 2:
 
   <p>... <a href="#" class="alert-link">link text</a>.</p>
 
   <p>... <a href="#" class="alert-link">link text</a>.</p>
 
</section>
 
</section>
 +
 +
 +
{{#css:
 +
 +
.alert {
 +
    padding: 15px;
 +
    margin-bottom: 23px;
 +
    border: 1px solid transparent;
 +
}
 +
 +
.alert, .label {
 +
    border-radius: 0;
 +
    border-style: solid;
 +
    border-width: 0 0 0 4px;
 +
}
 +
 +
.alert-info, .label-info, .label-info[href]:active, .label-info[href]:focus, .label-info[href]:hover, details.alert.alert-info, details.alert.alert-info[open] {
 +
    background: #d7faff;
 +
    border-color: #269abc;
 +
 +
 +
}}

Revision as of 13:20, 9 July 2020

<section class="alert alert-info">

... <a href="#" class="alert-link">link text</a>.

</section>