-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix the exit button andother improvements
- Loading branch information
1 parent
9e4fed5
commit 8a13d75
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
#shape { | ||
|
||
width:200px; | ||
height:200px; | ||
background-color: green; | ||
border: 1px solid blue; | ||
display: none; | ||
position: relative; | ||
width:200px; | ||
height:200px; | ||
background-color: green; | ||
border: 1px solid blue; | ||
display: none; | ||
position: relative; | ||
} | ||
.bold { | ||
font-weight: bold; | ||
color:red; | ||
font-weight: bold; | ||
color:red; | ||
} | ||
button { | ||
text-align: center; | ||
width: 150px; | ||
margin-left: 800px; | ||
border-radius: 10px; | ||
border:none; | ||
} |