Dynamic-Wallpapers-Linux/static/styles/style.css
2022-03-31 21:09:26 +05:30

19 lines
No EOL
311 B
CSS

.heading{
font-size: 35px;
text-align: center;
margin-top: 23px;
margin-bottom: 23px;
}
.title{
font-size: 50px;
color:white;
font-weight: bold;
}
.box:hover .backgroundView {
cursor: pointer;
opacity: 0.7;
transform: scale(1.2);
transition: 0.5s all ease-in-out;
}