update przylozlegitke css

This commit is contained in:
Olga 2019-12-13 16:55:05 +01:00
parent de06beeb6d
commit 5f4d411096
2 changed files with 29 additions and 30 deletions

View File

@ -1,19 +1,17 @@
body { body {
background: rgb(210, 218, 231); background-color: #f8fafc;
} }
.wrapper { .wrapper {
margin: 0 auto; margin: 0 auto;
display: inline-block; display: inline-block;
background-color: rgba(159, 183, 218, 0.856); padding: 20px;
border-radius: 10px;
width: 70%; width: 70%;
height:60vh; height:60vh;
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 50%; top: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
} }
.czytnik { .czytnik {
@ -21,49 +19,50 @@ body {
text-align: center; text-align: center;
position: absolute; position: absolute;
left: 50%; left: 50%;
bottom: -20%; bottom: -30%;
transform: translate(-50%, -10%); transform: translate(-50%, -10%);
background-color: rgba(139, 152, 172, 0.856); color: #fff;
padding: 30px 80px; background-color: #3490dc;
font-family: monospace; border-color: #3490dc;
padding: 50px 100px;
font: 400 13.3333px Arial;
font-size: 30px; font-size: 30px;
font-weight: 400;
} }
.czytnik:hover { .czytnik:hover {
box-shadow: 0 0 rgb(103, 88, 184); box-shadow: 0 0 rgb(103, 88, 184);
background-color: #3654c9; color: #fff;
cursor: progress; background-color: #227dc7;
border-color: #2176bd;
} }
.main-text { .main-text {
font-family: "Oswald", Tahoma, sans-serif;
font-display: bold;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: .15em; font-family: 'Nunito', sans-serif;
display: inline-block; font-weight: 500;
text-shadow: 0 0 80px rgba(255,255,255,.5); text-shadow: 0 0 2px rgba(56, 55, 55, 0.6);
color: #1C1C1C; color: #636b6f;
text-align: center; text-align: center;
line-height: 15vh; font-size: 12vh;
font-size: 11vh;
height: 10%;
} }
@media (max-width: 1300px) { @media (max-width: 1300px) {
.main-text { .wrapper {
font-size: 7.5vh; height: 50%;
}
.main-text {
font-size: 9vh;
width: 100%; width: 100%;
} }
} }
@media (max-width: 900px) { @media (max-width: 870px) {
.wrapper { .wrapper {
height: 40%; height: 35%;
} }
.main-text { .main-text {
font-size: 3.3em; font-size: 3.5em;
line-height: 10vh; line-height: 10vh;
width: 100%; width: 100%;
} }
@ -74,17 +73,16 @@ body {
padding: 30px 50px; padding: 30px 50px;
font-size: 25px; font-size: 25px;
} }
} }
@media (max-width: 650px) { @media (max-width: 650px) {
.wrapper { .wrapper {
height: 30%; height: 30%;
} }
.main-text { .main-text {
font-size: 2.1em; font-size: 2.7em;
line-height: 6vh; line-height: 6vh;
width: 100%; width: 100%;
padding: 20px 0; padding: 20px 0;
} }
}

View File

@ -9,6 +9,7 @@
<script type="text/javascript" src="jquery.seat-charts.min.js"></script> <script type="text/javascript" src="jquery.seat-charts.min.js"></script>
<link rel="stylesheet" type="text/css" href="przylozlegitke.css"> <link rel="stylesheet" type="text/css" href="przylozlegitke.css">
<script type="text/javascript" src="przylozlegitke.js"></script> <script type="text/javascript" src="przylozlegitke.js"></script>
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
<title>@CHECK</title> <title>@CHECK</title>
</head> </head>