Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Revert "Initial Commit"
Browse files Browse the repository at this point in the history
This reverts commit e5708a5.
  • Loading branch information
thnhmai38 committed Aug 14, 2022
1 parent 713bef5 commit 0a2241e
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
html {
margin: 0;
background-color: aquamarine;
height: 100%;
width: 100%;
}

body {
height: 98%;
width: 99%;
height: auto;
}

.title {
Expand All @@ -16,9 +10,9 @@ body {
}

#main {
margin: 0px;
width: calc(100%-10px);
height: 85%;
margin-right: 10%;
margin-left: 10%;
margin-top: 15px;
}

#content {
Expand All @@ -34,12 +28,12 @@ body {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;

margin-right: 20%;
margin-left: 20%;
margin-right: 10%;
margin-left: 10%;
margin-top: 15px;

width: calc(100% - 20% - 20%); /* = 100% - margin-right - margin-left*/
height: 90%;
width: 80%;
height: 30rem;
box-sizing: border-box;

overflow-y: auto;
Expand All @@ -58,12 +52,6 @@ body {
height: 2em;
}

#sendzone {
margin-top: 10px;
margin-right: 20%; /* = #content.margin-right*/
margin-left: 20%; /* = #content.margin-left*/
}

#username {
margin-right: 10%;
margin-left: 10%;
Expand All @@ -78,10 +66,6 @@ body {
text-align: center;
}

#send {
width: 45px
}

.chat#send:hover {
background-color: aliceblue;
}

0 comments on commit 0a2241e

Please sign in to comment.