We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8739b0f commit b87f07cCopy full SHA for b87f07c
messages.html
@@ -10,6 +10,14 @@
10
margin: 0;
11
}
12
13
+.header {
14
+ padding: 60px;
15
+ text-align: center;
16
+ background: #1abc9c;
17
+ color: white;
18
+ font-size: 30px;
19
+}
20
+
21
.menu-container {
22
position: relative;
23
display: flex;
@@ -122,7 +130,12 @@
122
130
</ul>
123
131
</div>
124
132
</nav>
125
-
133
134
+<div class="header">
135
+ <h1>Messages</h1>
136
+ <p>Check the messages, alerts and news from Coding Hut here.</p>
137
+</div>
138
126
139
<center><h1>Messages</h1></center>
127
140
<h2>You currently don't have any messages. Check back later!</h2>
128
141
0 commit comments