Skip to content

Commit 57dc1ab

Browse files
committed
Add: New text with style.
1 parent c604ddd commit 57dc1ab

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

chatroom/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<body>
99
<div class="main-container">
1010
<h1>Chatata!</h1>
11+
<h2>✨Welcome, Chatateer...✨</h2>
1112
<button class="button">Log In</button>
1213
</div>
1314
<h3>@King Pandesal</h3>

chatroom/styles4.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ body{
1616
height: 600px;
1717
box-shadow: 5px 5px 5px 5px #ff7d7d2a, -5px -5px 20px 20px #ff7d7d2a;
1818
border-radius: 30px;
19+
font-family: 'Courier New', Courier, monospace;
1920
}
2021

2122
h1{
@@ -31,7 +32,18 @@ h1{
3132
left: 0px;
3233
}
3334

35+
h2{
36+
margin: 0;
37+
display: inline;
38+
position: absolute;
39+
margin-top: 20px;
40+
margin-left: -190px;
41+
color: #e04545
42+
}
43+
3444
.button{
45+
font-family: 'Courier New', Courier, monospace;
46+
font-weight: bold;
3547
background-color: #ff7d7d;
3648
color: white;
3749
border: 0;

0 commit comments

Comments
 (0)