Skip to content

Commit b4872db

Browse files
authored
Update styles.css
Adding a notice function
1 parent 6c80487 commit b4872db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ nav ul li a:hover {
9595
background-color: #0d47a1;
9696
}
9797

98+
/* this is a notice box */
99+
.notice {
100+
background-color: #F9B4B6;
101+
border: 3px solid #444;
102+
padding: 1rem;
103+
margin: 2rem 0;
104+
}
98105

99106
/* this is the bottom bar */
100107
footer {

0 commit comments

Comments
 (0)