Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changes
  • Loading branch information
met18001 committed Mar 3, 2020
1 parent 22be340 commit 35dbc60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions css/main.css
Expand Up @@ -106,4 +106,10 @@ a:link {
a:active {
color: coral;
text-decoration: none;
}
.box{
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
}
5 changes: 3 additions & 2 deletions index.html
Expand Up @@ -13,9 +13,10 @@
</head>
<body>

<div class="box">
<header><h1>~Meira's Mobile App Chat Room~</h1></header>
<a href="http://https://github.uconn.edu/pages/met18001/mobile-app-chat-app/profile.html"><img src="img/mvp.png" alt=""></a>
<a href="http://https://github.uconn.edu/pages/met18001/mobile-app-chat-app/profile.html"><img src="img/cat.png" alt=""></a>
</div>

<div id="chatBox">
<div id="chatInput">
Expand Down

0 comments on commit 35dbc60

Please sign in to comment.