-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
104 lines (89 loc) · 1.58 KB
/
Copy pathstyle.css
File metadata and controls
104 lines (89 loc) · 1.58 KB
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
body {
font: 'Raleway', sans-serif;
color: rgba(0,0,0,.5);
text-align: center;
text-transform: uppercase;
letter-spacing: .5em;
top: 15%;
background: linear-gradient(to right, rgb(48,255,183) , rgb(91, 206, 255));
}
h1 {
font: 600 3.5em "Raleway" , sans-serif;
color: rgba(0,0,0,.5);
text-align: center;
text-transform: uppercase;
letter-spacing: .5em;
width: 100%;
position: static;
}
h3 {
font: 900 1em "Raleway", sans-serif;
color: rgba(0,0,0,.5);
text-align: center;
text-transform: none;
letter-spacing: 0.01em;
}
footer {
font:"Raleway", sans-serif;
text-align: bottom;
text-transform: uppercase;
letter-spacing: .2em;
margin: auto;
padding-top: 10%
}
img {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.tryme {
width: 50%;
background-color: white;
color: black;
border: 2px solid #008CBA;
text-transform: uppercase;
padding: 16px 32px;
text-align: center;
font-size: 16px;
margin: 4px 2px;
opacity: 0.6;
transition: 0.3s;
display: inline-block;
text-decoration: none;
cursor: pointer;
}
button:hover {
background-color: #008CBA;
color: white;
opacity: 1;
}
input {
border: 3px solid black;
width: 100px;
}
.loginbtn {
display: inline-block;
text-align: center;
border: none;
}
.loginbtn:hover {
background-color: #008CBA;
color: white;
opacity: 1;
}
form {
padding: 5px 5px 5px 5px;
display: inline-block;
border: 1px solid black;
margin: 20px 20px 20px 20px;
position: relative;
left:35%;
}
.signin {
text-transform: capitalize;
letter-spacing:normal;
text-decoration:underline;
color: black;
font-weight: bold;
}