Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #frame001 {
- background-color: white;
- border: 4px solid black;
- width: 400px;
- height: 400px;
- border-radius: 10px;
- padding: 10px;
- margin: 10px;
- }
- .buttons001 {
- background-color: blue;
- color: white;
- padding: 5px;
- margin: 10px;
- border-radius: 10px;
- width: 100px;
- }
- .buttons002 {
- background-color: lightblue;
- color: black;
- padding: 5px;
- margin: 10px;
- border-radius: 10px;
- width: 140px;
- }
- #text001 {
- text-align: center;
- }
- #text002 {
- text-align: left;
- }
- #green001 {
- color: green;
- }
- #red001 {
- color: red;
- }
Advertisement
Add Comment
Please, Sign In to add comment