Skip to content

Commit

Permalink
수정: 스타일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
eve712 committed Dec 2, 2020
1 parent 201c842 commit 840413d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Mission8/postbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
border: 4px solid #f3eeea;
border-radius: 15px;
width: 57rem;
height: 38rem;
}
#information{
float: left;
Expand All @@ -51,12 +50,17 @@
color: #fff;
cursor: pointer;
}
#answer {
padding: 15px;
}
.town {
border: 1px solid #aaa;
margin: 10px;
border-radius: 10px;
padding: 10px;
}
.red {
border: 1.4px solid red;
border: 1.7px solid red;
}
</style>
</head>
Expand All @@ -70,4 +74,4 @@
</div>
</div>
</body>
</html>
</html>

0 comments on commit 840413d

Please sign in to comment.