-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
38 lines (38 loc) · 916 Bytes
/
style.css
File metadata and controls
38 lines (38 loc) · 916 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
36
37
38
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body, html {
margin: 0;
border: 0;
outline: 0;
padding: 0;
}
h1, h2 {
font-family: 'Open Sans', sans-serif;
text-align: center;
color: white;
}
.content {
margin-top: 30vh;
}
a {
color: #29B6F6;
text-decoration: none;
border-bottom: 1px solid rgba(41, 182, 246, 0.5);
transition: .3s all;
}
a:hover {
border-bottom: 1px solid #29B6F6;
transition: .7s all;
}
h2 {
margin-top: 5vh;
}
body {
transition: 1s all;
background-color: #455A64;
}