bootstrap5-p1
Version:
A custom GrapesJS plugin for Bootstrap 5.1.3.
44 lines (39 loc) • 499 B
CSS
/* Box sizing rules */
*,
*::before,
*::after {
box-sizing: border-box;
}
/* Remove default padding */
ul[class],
ol[class] {
padding: 0;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
margin: 0;
}
/* Set default font size and line height */
body {
font-size: 16px;
line-height: 1.5;
}
/* Remove list styles on ul, ol elements */
ul,
ol {
list-style: none;
}
/* Remove default hyperlink styles */
a {
color: inherit;
text-decoration: none;
}