123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- h1, h2, h3, h4, h5, h6 {
- margin-block-start: 0;
- margin-block-end: 0.66em;
- }
- h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
- margin-block-end: 0.66em;
- font-family: inherit;
- font-weight: 400;
- line-height: 1.1;
- color: inherit;
- }
- h1, .h1 {
- font-size: 2rem;
- }
- h2, .h2 {
- font-size: 1.75rem;
- }
- h3, .h3 {
- font-size: 1.5rem;
- }
- h4, .h4 {
- font-size: 1.125rem;
- }
- h5, .h5 {
- font-size: 1rem;
- }
- h6, .h6 {
- font-size: 0.875rem;
- }
- /*--------- Height--------------*/
- .h-10 {
- height: 10% !important;
- }
- .h-25 {
- height: 25% !important;
- }
- .h-50 {
- height: 50% !important;
- }
- .h-75 {
- height: 75% !important;
- }
- .h-90 {
- height: 90px !important;
- }
- .h-60 {
- height: 60px !important;
- }
- .h-100 {
- height: 100% !important;
- }
- .h-150 {
- height: 150px !important;
- }
- .h-160 {
- height: 160px !important;
- }
- .h-180 {
- height: 180px !important;
- }
- .h-275 {
- height: 275px !important;
- }
- .h-365 {
- height: 365px !important;
- }
- .h-380 {
- height: 380px !important;
- }
- .h-400 {
- height: 400px !important;
- }
- .h-415 {
- height: 415px !important;
- }
- .h-430 {
- height: 430px !important;
- }
- .h-450 {
- height: 450px !important;
- }
- .h-200 {
- height: 200px !important;
- }
- .h-230 {
- height: 230px !important;
- }
- .h-500 {
- height: 500px !important;
- }
- .h-550 {
- height: 550px !important;
- }
- .h-600 {
- height: 600px !important;
- }
- .h-650 {
- height: 650px !important;
- }
- .h-auto {
- height: auto !important;
- }
- .h-0 {
- height: 0 !important;
- }
- .h-1 {
- height: 0.25rem !important;
- }
- .h-2 {
- height: 0.5rem !important;
- }
- .h-3 {
- height: 0.75rem !important;
- }
- .h-4 {
- height: 1rem !important;
- }
- .h-5 {
- height: 1.5rem !important;
- }
- .h-6 {
- height: 2rem !important;
- }
- .h-7 {
- height: 3rem !important;
- }
- .h-8 {
- height: 4rem !important;
- }
- .h-9 {
- height: 6rem !important;
- }
- .h-97 {
- height: 97px !important;
- }
- .h-240 {
- height: 240px !important;
- }
- .h-250 {
- height: 250px !important;
- }
- .h-260 {
- height: 260px !important;
- }
- .h-270 {
- height: 270px !important;
- }
- .h-280 {
- height: 280px !important;
- }
- .h-300 {
- height: 300px !important;
- }
- .h-340 {
- height: 340px !important;
- }
- .mh-100 {
- max-height: 100% !important;
- }
- .h-100p {
- height: 100px !important;
- }
|