font size units update
This commit is contained in:
parent
f928fbc527
commit
94024587e8
12
style.css
12
style.css
|
@ -3,6 +3,9 @@ body{
|
||||||
background-color: #000; /*Цвет фона всей страницы*/
|
background-color: #000; /*Цвет фона всей страницы*/
|
||||||
color:#eee; /*Цвет текста всей страницы*/
|
color:#eee; /*Цвет текста всей страницы*/
|
||||||
}
|
}
|
||||||
|
html {
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
.geist-mono-all{
|
.geist-mono-all{
|
||||||
font-family: "Geist Mono", monospace;
|
font-family: "Geist Mono", monospace;
|
||||||
font-optical-sizing: auto;
|
font-optical-sizing: auto;
|
||||||
|
@ -13,21 +16,22 @@ body{
|
||||||
h1{
|
h1{
|
||||||
font-family: "Geist mono";
|
font-family: "Geist mono";
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 40px;
|
font-size: 2.5rem;
|
||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
font-family: "Geist mono";
|
font-family: "Geist mono";
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 32px;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
h3{
|
h3{
|
||||||
font-family: "Geist mono";
|
font-family: "Geist mono";
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 20px;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
p, a, ul, li{
|
p, a, ul, li{
|
||||||
font-family: "Geist mono";
|
font-family: "Geist mono";
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*КНОПКИ НА ГЛАВНОЙ СТРАНИЦЕ*/
|
/*КНОПКИ НА ГЛАВНОЙ СТРАНИЦЕ*/
|
||||||
|
@ -56,7 +60,7 @@ p, a, ul, li{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 12px;
|
font-size: .75rem;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|
Loading…
Reference in a new issue