-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
103 lines (101 loc) · 2.1 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
@import url("https://fonts.googleapis.com/css2?family=Arimo&family=Inter&family=Lato&family=Open+Sans&family=Roboto&display=swap");
p {
margin-top: 0;
margin-bottom: 1rem;
}
.jerios-mods {
color: red;
font-size: 20px;
}
body {
font-family: "Arimo", sans-serif;
font-family: "Inter", sans-serif;
font-family: "Lato", sans-serif;
font-family: "Open Sans", sans-serif;
font-family: "Roboto", sans-serif;
}
img.jerios {
display: block;
margin-left: 50;
margin-right: 50;
width: 50%;
}
img.jerioslogo {
position: absolute;
float: left;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 50px;
}
img.github {
display: block;
margin-left: 50;
margin-right: 50;
width: 20%;
}
p {
font-size: 14px;
line-height: 1.428;
}
body {
text-align: center;
background-color: black;
color: white;
}
a:hover,button:focus {
transition: 750ms;
color: red;
list-style: none;
border-bottom: 5px solid rgb(4, 0, 255);
width: 20px;
}
a:active {
transform: scale(0.99);
}
input:hover {
background-color: 7f7f7f;
-webkit-transition: 1000ms;
-o-transition: 1000ms;
transition: 1000ms;
}
textarea:hover {
background-color: #e2dada;
-webkit-transition: 1000ms;
-o-transition: 1000ms;
transition: 1000ms;
}
button {
background-color: rgb(39, 221, 39) !important;
border: none;
color: white !important;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
#typed{
color: blue;
font-size: 16px;
}
input[type=text],[type=email],[type=name], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
}
footer{
background-color: #292828;
}
span#typed-cursor {
display:inline !important;
height: 40px !important;
min-height: 40px !important;
}