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.
|
.demo-outer {
|
|
background-color: green;
|
|
padding: 50px;
|
|
}
|
|
|
|
.demo-inner {
|
|
width: 400px;
|
|
height: 100px;
|
|
line-height: 96px;
|
|
margin: 0 auto;
|
|
border: 2px solid darkorange;
|
|
background-color: cadetblue;
|
|
text-align: center;
|
|
font-size: 25px;
|
|
}
|
|
|