format CSS code according to CSS style guide. (#30571)
This commit is contained in:
committed by
The Coding Aviator
parent
cf6da33247
commit
e794968c52
@ -20,20 +20,17 @@ Sample Code of Image Slider is below :
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
.carousel-indicators li
|
.carousel-indicators li {
|
||||||
{
|
background-color: red;
|
||||||
background-color:red;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel-indicators .active
|
.carousel-indicators .active {
|
||||||
{
|
background-color: blue;
|
||||||
background-color:blue;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel-indicators .item
|
.carousel-indicators .item {
|
||||||
{
|
height: 700 px;
|
||||||
height:700 px;
|
width: 800 px;
|
||||||
width :800 px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user