You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
466 B
CSS
18 lines
466 B
CSS
body{
|
|
background-color: rgb(179, 107, 179);
|
|
color: rgb(232, 243, 247);
|
|
font-family: 'Courier New', Courier, monospace;
|
|
padding: 0,2em;
|
|
}
|
|
button{
|
|
color: rgb(94, 46, 139);
|
|
width: 2.55cm;
|
|
background-color: rgb(179, 107, 179);
|
|
border-color: rgb(204, 127, 204);
|
|
padding: 1px;
|
|
font-family: 'Courier New', Courier, monospace;
|
|
}
|
|
button:hover{
|
|
text-shadow: 3px 3px 5px red, 0 0 1em rgb(221, 6, 24), 0 0 0.2em blue;
|
|
|
|
} |