-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
74 lines (66 loc) · 1.66 KB
/
stylesheet.css
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
body {
background-color: #e9ecef; }
.non-header {
border-top: 1rem solid #1B998B;
border-bottom: 1rem solid #0496FF;
background-color: white; }
.non-header h1 {
border-top: 1rem solid #0A1128;
color: white;
background-color: #ED254E;
padding: 2rem;
margin-bottom: 2rem; }
#lang .col-md-3 {
padding: 1em;
background-color: #F9DC5C;
border-radius: 2rem;
border: 1rem solid white; }
#footer {
background-color: #0A1128;
border-top: 1rem solid #731963;
color: white;
padding: 1rem; }
#footer p {
margin-bottom: 0; }
#footer a {
color: #F9DC5C; }
@media (max-width: 768px) {
#top-header {
background-color: #0A1128;
color: white;
border-bottom: solid #731963 1rem; }
#top-header .col-md-4 {
padding: 1rem; }
#top-header .col-md-4 :hover {
color: #F9DC5C; }
#top-header .display-1 {
font-size: 4.5rem; }
#top-header p {
display: none; }
#top-header a {
color: white; }
.non-header h1 {
font-size: 2.5rem; }
.non-header h2 {
font-size: 2rem; }
#projects .col-md-4 {
margin-top: 1.5rem;
margin-bottom: 1.5rem; } }
@media (min-width: 768px) {
#top-header {
height: 100vh;
background-image: url("gensokyo.jpg");
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: white; }
#top-header a {
color: white; }
#top-header a:hover {
color: #0496FF;
text-decoration: none; }
#top-header .container {
background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(255, 0, 0, 0));
padding: 1em; } }
/*# sourceMappingURL=stylesheet.css.map */