* CSS corrections * HTML corrections * JS corrections * JAVA corrections * remove tab * CSS corrections 2 * JS corrections 2 * back to the roots * max-linie 127 * add slash hr|br * return bootstrap-icons.css * return bootstrap-icons.min.css * return bootstrap.min.css * Update bootstrap-icons.css * Update bootstrap-icons.min.css * Update bootstrap-icons.min.css * Update bootstrap.min.css * CSS corrections * HTML corrections * JS corrections * JAVA corrections * remove tab * CSS corrections 2 * JS corrections 2 * back to the roots * max-linie 127 * add slash hr|br * return bootstrap-icons.css * Update bootstrap-icons.css * Bootstrap CSS * Update prism.css
22 lines
309 B
CSS
22 lines
309 B
CSS
.btn-margin {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.bordered-box {
|
|
border: 1px solid #ddd;
|
|
padding: 20px;
|
|
margin: 20px;
|
|
width: 70%;
|
|
}
|
|
|
|
.center-element {
|
|
width: 80%;
|
|
text-align: center;
|
|
margin: auto;
|
|
}
|
|
|
|
.element-margin {
|
|
margin: 10px 0;
|
|
/* Adjust this value to increase/decrease the margin as needed */
|
|
}
|