musfiqdehan's picture
Add text-align center to anchor tags
3a6d1b7
raw
history blame
546 Bytes
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&display=swap");
h1 {
font-family: "Merriweather", serif;
text-align: center;
font-weight: 700;
}
p {
text-align: center;
}
a {
text-decoration: none;
text-align: center;
}
.mybtn {
background-color: rgb(240, 98, 16) !important;
}
table {
border: 1px solid gray;
border-collapse: collapse;
text-align: center;
width: 100%;
}
th,
td {
border: 1px solid gray;
border-collapse: collapse;
padding: 5px;
}