Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body
- {
- background-color: lightblue;
- }
- table
- {
- width: 90%;
- border-style: solid;
- border-width: 2px;
- border-color: gray;
- }
- tr,td
- {
- margin-left: 25px;
- margin-right: 25px;
- }
- input
- {
- margin-top: 1%;
- transition: width 0.4s ease-in-out;
- background-image: url("paste.png");
- background-repeat: no-repeat;
- border-radius: 8px;
- }
- button
- {
- margin-top: 1%;
- background-color: gray;
- border-style: none;
- border-radius: 8px;
- color: white;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement