-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
72 lines (61 loc) · 1.32 KB
/
index.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
body {
background-image: url("/subway.jpg");
background-size: 1500px;
background-position-y: -70px;
background-position-x: -50px;
}
.box {
margin-left: 25px;
margin-top: 90px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
max-width: 470px
}
h1 {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 70px;
margin-top: 20px;
margin-bottom: 20px;
color:white;
}
h2 {
font-size: 90px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color:white;
margin-left: 180px;
}
button {
border: none;
padding-top: 10px;
padding-bottom: 10px;
color: white;
font-weight: bold;
width: 200px;
margin-bottom: 5px;
border-radius: 5px;
text-align: center;
}
#increment-btn {
background: #eed167;
position: relative;
text-align: center;
color: #8c0303f8;
font-size: 18px;
}
#save-btn {
background: lightblue;
color: #8c0303f8;
font-size: 18px;
}
#save-el {
color: lightblue;
font-family:Verdana, Geneva, Tahoma, sans-serif;
font-size: 18px;
font-style: oblique;
}
.shape{
margin-top: 60px;
height: 600px;
width: 600px;
clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
background: #8c0303f8;
}