-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathPeter.css
More file actions
58 lines (53 loc) · 1.18 KB
/
Peter.css
File metadata and controls
58 lines (53 loc) · 1.18 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
header{
background-color:rgba(255, 0, 0, 0.706);
height: 80px;
width: auto;
color: black;
}
.copyright_footer{
position: fixed;
color: black;
bottom: 0;
width: 100%;
background-color:rgba(255, 0, 0, 0.706);
line-height: 3;
text-align: center;
left: 0;
}
.action-button{
padding: 5px 30px;
float: left;
transform: translate(30%, 70%);
border-radius: 10px;
font-family: 'Pacifico', cursive;
font-size: 25px;
color: black;
text-decoration: none;
background-color:rgba(255, 0, 0, 0.706);
border-bottom: 5px solid rgba(255, 0, 0, 0.706);
text-shadow: 0px -2px rgba(255, 0, 0, 0.706);
transition: all 0.1s;
-webkit-transition: all 0.1s;
}
.action-button2{
padding: 5px 30px;
float: left;
transform: translate(100%, 700%);
border-radius: 10px;
font-family: 'Pacifico', cursive;
font-size: 25px;
color: black;
text-decoration: none;
background-color: rgba(255, 0, 0, 0.706);
border-bottom: 5px solid rgba(255, 0, 0, 0.706);
text-shadow: 0px -2px rgba(255, 0, 0, 0.706);
transition: all 0.1s;
-webkit-transition: all 0.1s;
}
body{
background-image: url(mercedes.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 350px;
}