Files
freeCodeCamp/client/src/components/global.css
2018-09-03 17:47:48 +05:30

21 lines
217 B
CSS

.btn-cta-big {
max-height: 100%;
height: 70px;
font-size: 40px;
}
.big-heading {
font-size: 50px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
}
.text-center {
text-align: center !important;
}