Skip to content

Commit fcaab4a

Browse files
committed
Added: New text, login button, and design.
1 parent f071423 commit fcaab4a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

chatroom/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
</head>
88
<body>
99
<div class="main-container">
10-
10+
<h1>Chatata!</h1>
11+
<button class="button">Log In</button>
1112
</div>
13+
<h3>@King Pandesal</h3>
1214
</body>
1315
</html>

chatroom/styles4.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,30 @@ body{
1212
margin-top: 70px;
1313
margin-left: 150px;
1414
margin-right: 150px;
15+
margin-bottom: 30px;
1516
height: 600px;
17+
box-shadow: 5px 5px 5px 5px #ff7d7d2a, -5px -5px 20px 20px #ff7d7d2a;
18+
border-radius: 30px;
1619
}
1720

1821
h1{
1922
margin: 0;
23+
color: #ff7d7d;
24+
font-family: 'Courier New', Courier, monospace;
25+
font-variant: small-caps;
26+
font-size: 40px;
27+
padding-top: 10px;
28+
padding-left: 180px;
29+
display: inline;
30+
position: absolute;
31+
left: 0px;
2032
}
2133

34+
.button{
35+
background-color: #ff80ee;
36+
}
37+
38+
h3{
39+
margin:0;
40+
padding-left: 20px;
41+
}

0 commit comments

Comments
 (0)