This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
155 lines (129 loc) · 2.91 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap%27');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@700&display=swap');
header {
font-style: bold;
text-align: center;
text-decoration: underline;
font: roboto;
}
.wrapper{
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background: linear-gradient(90deg rgba(2,0,.6,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100% );
}
body{
text-align: center;
font-family: 'rubik';
padding: 0;
}
p {
font-style: italic;
text-align: center;
color: #00ffd9;
}
h2{
font-style: bold;
font-family: 'Rubik';
}
list{
font-style: italic;
color: white;
}
img{
Border: solid 8px;
margin: 0 auto;
color: #00ffd9;
border-radius: 8px;
text-align: center;
box-shadow: 0 0 10px #00ffd9 , 0 0 10px #00ffd9, 0 0 15px #00ffd9;
color: #00ffd9;
}
h1{
text-align: center;
margin: 0 auto;
color: red;
font-family: 'Philosopher', sans-serif;
}
h3{
color: white;
text-size-adjust: 40px;
}
link{
color: white;
}
h4{
color: white;
border-radius: 4px;
border: solid 4px;
color: white;
font-style: bold;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
box-shadow: 0 0 10px red , 0 0 15px red, 0 0 25px red;
}
h2{
color: white;
}
li{
color:cyan;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 25px;
}
button1{
padding: 10px;
font-size: 20px;
float: right;
list-style-type: none;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
border-radius: 100px;
}
iframe{
Border: solid 8px;
margin: 0 auto;
color: orange;
border-radius: 8px;
text-align: center;
}
button{
padding: 10px;
font-size: 20px;
border-radius: 1000000px;
list-style-type: none;
font-family: 'rubik';
}
button:hover{
color: #ffffff;
background: black;
box-shadow: 0 0 10px white, 0 0 40px white, 0 0 80px white;
transition-delay: 0.1s;
}
button1:hover{
color: #ffbb00;
background: #ff0000;
box-shadow: 0 0 10px #d40d0d, 0 0 40px #d40d0d, 0 0 80px #d40d0d;
transition-delay: 0.2s;
}
hr{
box-shadow: 0 0 10px cyan , 0 0 15px cyan, 0 0 25px cyan;
color: cyan;
}
header{
font-family: 'Philosopher', sans-serif;
}
canvas{
margin: 0;
padding: 0;
overflow: hidden;
background-color: #000;
z-index: -1;
position: fixed;
position: fixed;
bottom: 0;
right: 0;
top: 0;
left: 0;
}
section {
padding: 0px 50px 0px;
}