Hall Ticket Format in HTML CODE
Css
<style type="text/css">
.Mystar
{
color: Red;
}
.card
{
box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2);
width: 650px;
margin: auto;
text-align: left;
border: 2px solid;
}
button
{
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: #000;
background-color: #3e9dff;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
font-weight: bold;
}
.title
{
color: grey;
font-size: 18px;
}
</style>
Css
<style type="text/css">
.Mystar
{
color: Red;
}
.card
{
box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2);
width: 650px;
margin: auto;
text-align: left;
border: 2px solid;
}
button
{
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: #000;
background-color: #3e9dff;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
font-weight: bold;
}
.title
{
color: grey;
font-size: 18px;
}
</style>