-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
38 lines (35 loc) · 746 Bytes
/
style.css
File metadata and controls
38 lines (35 loc) · 746 Bytes
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
body {
color:#000;
font-family: 'Gugi', cursive;
text-align: center;
text-transform: uppercase;
letter-spacing: .5em;
top: 50%;
background: linear-gradient(to right, #8B008B, #FFD300,#DC143C);
background-size: cover;
font-weight: 400;
}
h1 {
text-align: center;
text-transform: uppercase;
letter-spacing: .5em;
width: 100%;
}
h3 {
text-align: center;
text-transform: none;
letter-spacing: 0.01em;
color:#fff;
}
.middle input {
margin-right: 20px;
margin-top:200px;
border-radius: 6px 6px 6px 6px;
padding:5px 5px;
text-decoration: none;
width:30px;
height: 30px;
border:2px solid #000;
box-shadow: 4px 4px 4px #000;
cursor: pointer;
}