-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (44 loc) · 815 Bytes
/
style.css
File metadata and controls
51 lines (44 loc) · 815 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
39
40
41
42
43
44
45
46
47
48
49
50
51
html,
body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-family: "Comic Neue", cursive;
}
.fritzbox {
background: orange;
text-align: center;
padding: 10px;
}
.container {
height: 100%;
padding: 40px;
background: #128dd5;
}
.container div {
cursor: pointer;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
height: 40%;
color: white;
font-size: 400%;
border-radius: 71px;
background: linear-gradient(145deg, #0f77b3, #128dd5);
box-shadow: 13px 13px 26px #0c5f8f, -13px -13px 26px #16a9ff;
}
.container div span {
margin: auto;
}
#private {
/* background-color: navy; */
margin-bottom: 40px;
}
#work {
/* background-color: teal; */
}
.click {
background: linear-gradient(145deg, #0f77b3, #62b9eb) !important;
}