You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
408 B
27 lines
408 B
5 months ago
|
.class {
|
||
|
margin: -3.125vw .5vh;
|
||
|
padding: 5vmin 2.96875vw 1px;
|
||
|
border: 0.9375vw solid black;
|
||
|
border-bottom-width: 1px;
|
||
|
font-size: 4.375vw;
|
||
|
line-height: 6.25vw;
|
||
|
}
|
||
|
.class2 {
|
||
|
border: 1px solid black;
|
||
|
margin-bottom: 1px;
|
||
|
font-size: 6.25vw;
|
||
|
line-height: 9.375vw;
|
||
|
}
|
||
|
@media (min-width: 750px) {
|
||
|
.class3 {
|
||
|
font-size: 16px;
|
||
|
line-height: 22px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
.class {
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
*/
|