Files
thematdevdotorg/app/static/css/teststyle.css
2025-10-14 14:48:25 +03:00

69 lines
1.1 KiB
CSS

body {
margin: 0;
background-color: #111;
}
h1 {
margin: 0;
}
.headline {
background: red;
color: white;
font-family: 'Overpass Mono', monospace;
font-weight: 700;
text-align: center;
margin: 0;
}
.intro {
width: 100%;
min-height: 100vh - 20px;
background-color: #111;
background-size: cover;
padding=bottom: 20px;
}
.intro > h1 {
margin: 20px;
color: white;
font-family: 'Overpass Mono', monospace;
font-weight: 600;
text-align: center;
font-size: 28px;
}
.monotext {
color: white;
font-family: 'Overpass Mono', monospace;
font-weight: 400;
margin: 10%;
/* font-size: 18px; */
font-size: max(12px, 2vw);
/* font-size: 2vw; */
margin-top: 0;
margin-bottom: 0;
}
.mathformula {
color: white;
text-align: center;
margin: 0;
}
.btn-tex {
background: #222;
color: #bbb;
fill: #bbb;
position: relative;
top: 50%;
left: 50%;
}
.btn-tex:hover {
background: red;
color: #228;
-webkit-transform: scale(1.2);
-webkit-transform: rotate(30deg);
}