Skip to content

Commit 0f32bad

Browse files
committed
Hide section heading with utility class
1 parent cc95c16 commit 0f32bad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

assets/css/style.css

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ h1, h2, h3 {
2525
color: #252525;
2626
}
2727

28+
.hidden-heading{
29+
display: none;
30+
}
2831
/* Header */
2932
header {
3033
background-color: #ffffff;

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h3>Get Social <i class="fa-solid fa-globe"></i></h3>
8080

8181
<!-- Meetup times section -->
8282
<section id="meetups">
83-
<h2>Meet-up Times</h2>
83+
<h2 class="hidden-heading">Meet-up Times</h2>
8484
<div id="times">
8585
<div>
8686
<h3>Urban <i class="fa-solid fa-city"></i></h3>

0 commit comments

Comments
 (0)