-
Notifications
You must be signed in to change notification settings - Fork 0
/
java.css
84 lines (78 loc) · 1.31 KB
/
java.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
75
76
77
78
79
80
81
82
83
84
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #fcf0ec;
overflow-x: hidden;
transition: 0.5s;
padding-top: 100px;
text-align: center;
}
.covering{
overflow-x: hidden;
transition: 0.5s;
padding-top: 100px;
background-color: #A63446;
position: fixed;
z-index: 1;
top: 0;
right: 0;
height: 100%;
width: 0;
}
.sidenav a {
/* padding: 8px 8px 8px 32px; */
padding: 15px;
text-decoration: none;
font-size: 30px;
color: black;
display: block;
transition: 0.3s;
font-family: 'Source Code Pro', monospace;
}
.sidenav a:hover{
color: #A63446;
/* text-shadow: 4px 4px #ff0000; */
text-shadow: 2px 2px #310A31;
}
.sidenav .closebtn {
position: absolute;
top: 0;
left: 0;
font-size: 36px;
}
span{
position: fixed;
left: 20px;
top: 50%;
width: 30px;
height: 30px;
}
body{
background-color: #FCF0EC;
}
h1{
font-family: 'Quicksand', sans-serif;
text-align: center;
font-size: 70px;
color: #A63446;
text-shadow: 4px 4px #310A31;
}
div {
font-family: 'Source Code Pro', monospace;
font-size: 25px;
width: 1000px;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
}
button{
font-size: 20px;
font-family: 'Source Code Pro', monospace;
padding: 10px;
margin: 20px;
}