-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
83 lines (71 loc) · 1.41 KB
/
style.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
@font-face {
font-family: Minecraft;
src: url(Minecraft.ttf);
}
body{
font-family: Minecraft;
}
.menu{
background-color: rgba(0, 0, 0, 0.500);
border: outset 5px rgba(0, 0, 0, 0.500);
text-align: center;
z-index: 10;
top: 0;
position: sticky;
}
.menu:hover{
background-color: rgba(0, 0, 0, 0.800);
padding: 5px;
}
.title{
color: #009000;
text-shadow: 3px 3px 3px #007000;
text-align: center;
}
.titlecontainer{
background-color: rgba(0, 0, 0, 0.500);
border: outset 5px rgba(0, 0, 0, 0.500);
}
#page{
background: linear-gradient(#0a0a1f 0%, #5656DA 100%);
border: #5656DA ridge 5px;
height:720px;
color:#ddeeff;
}
#catmeowdiv{
border-right: #ddeeff 1px solid;
}
.Projects{
width: 500px;
height: 50px;
background-color: #0000ff60;
border: #aa00aa ridge 3px;
cursor: pointer;
}
.Projects:hover{
width: 500px;
height: 50px;
background-color: #0000ff90;
border: #cc00cc ridge 3px;
box-shadow: 3px 3px 3px #aa20aa;
}
.Projects a{
color:#00ffff;
font-size: 20px;
}
.col-md-6{
height: 450px;
}
.media{
width: 50px;
height: 50px;
border: 2px outset #5656DA;
}
.MCSites{
border: #eeaa10 ridge 5px;
margin: 5px;
}
.MCSites:hover{
border: #00ff50 ridge 7px;
box-shadow: 1px 1px 1px blueviolet;
}