Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background-color: #ffffff;
- }
- p {
- font-size: 20px;
- }
- .description {
- text-align: center;
- }
- img {
- border-radius: 50%;
- }
- .buttons {
- width: 258px;
- height: 60px;
- background-color: #ffd43b;
- border-top-color: #183153;
- border-top-width: 2.5px;
- border-radius: 10px;
- box-shadow: #183153 0px 7.5px 0px 0px;
- font-size: 18px;
- }
- .buttons:active {
- background-color: #fab005;
- box-shadow: none;
- transform: translateY(4px);
- }
- button:focus {
- outline: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement