-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
36 lines (31 loc) · 692 Bytes
/
styles.css
File metadata and controls
36 lines (31 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
h1, form{
font-family: 'Shadows Into Light', cursive;
}
h2{
font-family: 'Open Sans';
}
.body-container{
width:100%;
text-align: center;
}
input[type=checkbox]{
margin-left: 50px;
}
input[type=checkbox]:checked{
color: yellow;
}
button{
border:solid 1px;
border-radius: 8px;
font-size: 80%;
box-shadow: 0 4px 4px 2px rgba(0,0,0,0.3);
opacity: .8;
}