72 lines
1.1 KiB
CSS
72 lines
1.1 KiB
CSS
|
@font-face {
|
||
|
font-family: 'Roboto';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
/* mój cdn btw */
|
||
|
src: url("https://cdn.mrow.social/Roboto.woff2") format("woff2");
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: safe center;
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
width: fit-content;
|
||
|
margin: auto;
|
||
|
min-height: 100%;
|
||
|
padding: 50px;
|
||
|
|
||
|
background-color: #f4f1ee;
|
||
|
color: #010917;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-size: 2rem;
|
||
|
}
|
||
|
|
||
|
.pstryczek {
|
||
|
background-color: #2cff00;
|
||
|
padding: 8px 15px;
|
||
|
border-radius: 10px;
|
||
|
}
|
||
|
|
||
|
.ciezarek {
|
||
|
font-family: "Comic Sans MS", "Comic Sans", cursive;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: initial;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
footer {
|
||
|
margin-top: 12px;
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
display: block;
|
||
|
margin-top: 4px;
|
||
|
margin-bottom: 8px;
|
||
|
|
||
|
border-width: 4px;
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
.rzadkosc {
|
||
|
text-overflow: ellipsis;
|
||
|
width: 300px;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
height: 16px;
|
||
|
max-width: 300px;
|
||
|
}
|
||
|
|
||
|
.skrotowiec {
|
||
|
width: 250px;
|
||
|
}
|
||
|
|
||
|
#mankament {
|
||
|
color: red;
|
||
|
font-size: 14px;
|
||
|
display: block;
|
||
|
}
|