-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
86 lines (86 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
84
85
86
@font-face {
font-family: 'pusab';
src: url('pusab.woff') format('woff'),
url('pusab.ttf') format('truetype');
}
#real {
color: #e7eb00;
}
html, body {
font-family: 'pusab', pusab;
margin:0;
padding:0;
width: 100%;
height: 100%;
background-color: black;
/*color: #C9AB00;*/
color: white;
justify-content: center;
align-items: center;
text-align: center;
font-size: 110%
}
header {
background-color: black;
height: 133px;
}
main {
bottom: 0;
width: 865px;
background-color: #8F4C00;
margin: auto;
box-shadow:
0 0 0 8.3px #000000,
0 0 0 20.5px #5CE430,
0 0 0 29px #CFEF96;
clip-path: inset(0px -29px 0px -29px);
-webkit-text-stroke: 1px black;
}
img {
height: 100%
}
footer {
background-color: black;
color: white;
height: 133px;
}
p {
-webkit-text-stroke: 1.5px black;
}
.gitton {
position: relative;
left: -173.5px;
top: -81px;
background-color: transparent;
padding: 50px 60px;
border: none;
cursor: pointer;
border-radius: 100%;
}
.diston {
position: relative;
left: 173.5px;
top: -81px;
background-color: transparent;
padding: 50px 60px;
border: none;
cursor: pointer;
border-radius: 100%;
}
article {
border: 5px solid #472500;
border-radius: 16px;
width:75%;
margin: auto;
}
/* links stuff */
a:link {
color: #155FD9
}
a:visited {
color: #BCBE00;
-webkit-text-stroke-color: black;
}
a:hover {
color: white
}