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