Code Disclaimer in CSS

Here is an example of a disclaimer text that is formatted in CSS and can be placed on a website.

div.post div.entry div.disclaimer {
width:95%;
font-size:1em;
background-color:#ffeeee;
border:1px solid #990000;
padding:1.5em;
margin:1em 0;
}
<div class="disclaimer">As a standard disclaimer, if you're not familiar with the Unix shell, I <strong>highly suggest</strong> you not try this unless under the supervision of someone who reads Perl books for fun. By using the shell, you can seriously damage your configuration.</div>

Leave a comment

Your email address will not be published. Required fields are marked *