19 lines
No EOL
311 B
CSS
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;
|
|
} |