4 lines
95 B
CSS
4 lines
95 B
CSS
/* styles.css */
|
|
p {
|
|
margin-bottom: 0; /* Remove default bottom margin from <p> elements */
|
|
} |