update koncowastrona css

This commit is contained in:
Olga 2019-12-13 21:24:56 +01:00
parent afd066fe00
commit cce61938b8
2 changed files with 27 additions and 21 deletions

View File

@ -1,33 +1,36 @@
body {
font-family: monospace, sans-serif;
font-family: 'Nunito', sans-serif;
background-color: #f8fafc;
}
.wrapper {
text-align: center;
margin: 100px;
background-color: rgba(159, 183, 218, 0.856);
border-radius: 10px;
padding: 50px 0;
text-shadow: 0 0 2px rgba(56, 55, 55, 0.6);
color: #545c5f;
}
.wrapper h2 {
font-size: 38px;
padding: 15px 0;
font-size: 64px;
padding: 0;
}
.wrapper h3 {
font-size: 22px;
font-size: 36px;
font-weight: 400;
text-shadow: 1px 0px 0px rgb(160, 160, 160);
}
#sel-seat {
font-size: 30px;
text-shadow: 1px 1px 1px rgb(160, 160, 160);
font-size: 24px;
text-shadow: 0px 0px 1px rgb(160, 160, 160);
margin-top: -15px;
margin-bottom: 100px;
padding: 0;
font-weight: 600;
letter-spacing: 0.2em;
}
button {
@ -39,18 +42,20 @@ button {
min-width: 250px;
padding: 25px 60px;
text-align: center;
box-shadow:0px 4px 0px #1e3572;
font-family: monospace;
float: right;
color: #fff;
background-color: #3490dc;
border-color: #3490dc;
display: inline-block;
text-align: center;
position: absolute;
left: 50%;
bottom: 30%;
transform: translate(-50%, -10%);
}
button:hover {
box-shadow: 0 0 rgb(103, 88, 184);
background-color: #3654c9;
}
button:active {
top: 4px;
box-shadow: 0 0 #b85a5b;
background-color: #3654ff;
color: #fff;
background-color: #227dc7;
border-color: #2176bd;
}

View File

@ -8,6 +8,7 @@
<script type="text/javascript" src="jquery.seat-charts.min.js"></script>
<link rel="stylesheet" type="text/css" href="koncowastrona.css">
<script type="text/javascript" src="seatchart.js"></script>
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
</head>
<body>
@ -17,7 +18,7 @@
<h3>wybrane miejsce:</h3>
<ul id="sel-seat"></ul>
<button class="gotomain-button" onclick="doStronyGlownej()">Przejdź do strony głównej &raquo;</button>
<button class="gotomain-button" onclick="doStronyGlownej()">Następny student &raquo;</button>
</div>
</body>