<div id="mynotebox"> [note title="Title:"]
[one_fifth]
» Feature
» Feature 2
» Feature 3
» Feature 4
[/one_fifth]
[four_fifth_last]
<div id="myframedbox"> [framed_box bgColor="#8bb381" textColor="#5e7d7e" rounded="true"]
<font color=black> <big>Feature -</big></font> This is a paragraph that describes the feature............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
<font color=black><big>Feature 2 -</big></font> This is a sentence that describes the feature 2
[/framed_box]</div>
[/four_fifth_last]
[/note]</div>
/* ======================================================= */
/* Boxes Styles */
/* ======================================================= */
/* Page I use the code
---------------------------------------------------------- */
#mynotebox {
}
#mynotebox .note {
border: 6px solid black; /* There are different border options like double. */
color:black; /* changes text color */
background-color:#8bb381;
border-radius: 20px: /* You have different options for rounding corners - see a tutorial */
}
#myframedbox {
}
#myframedbox .framed_box {
border: 4px solid black; /* You can make each border a different color - see a tutorial */
border-radius: 12px; ;/* fixes the gap between the border corners */
box-shadow: 5px 5px 2px 3px #333;/* horizontal offset, vertical offset, blur radius, spread radius, color */
}
#myframedbox .framed_box_content {
border: 4px solid #617C58;
box-shadow:inset 0 0 10px #000000/* inset makes the inside shadow */
}
It looks like you're new here. If you want to get involved, click one of these buttons!