Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
~
  • Loading branch information
yuh19027 committed Mar 3, 2020
1 parent 845c973 commit 2e9b2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -12,7 +12,7 @@

<header>
<a><img src="imgs/more.png" alt="Menu Icon" height = 20px width = 30px></a>
<h1>Welcome to Chatmate! &nbsp<span id="usernameInput" contenteditable="true">{UserName}</span></h1>
<p><strong>Welcome to Chatmate! &nbsp</strong><span id="usernameInput" contenteditable="true">{UserName}</span></p>
<a href="profile.html"><img src="imgs/profile.png" alt="Profile Icon" height = 30px width = 25px></a>
</header>
<div id="chatBox"></div>
Expand Down
4 changes: 1 addition & 3 deletions main.css
Expand Up @@ -13,9 +13,7 @@ header{
align-items: center;
justify-content: space-around;
}
h1{
font-size: 20px;
}


#chatBox {
width:100%;
Expand Down

0 comments on commit 2e9b2ea

Please sign in to comment.