Files
gruvbox-wallpapers/style.css
T
Angel Jumbo 5cab652c6c first commit
2022-07-14 14:04:47 -05:00

16 lines
225 B
CSS

body {
color: #ebdbb2;
background-color: #282828;
}
img {
transition: all .2s ease-in-out;
border: 2px solid #ebdbb2;
padding: 5px;
}
img:hover {
transform: scale(1.5);
/*box-shadow: 5px 4px 10px #8B0000;*/
}