-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlixy.css
71 lines (63 loc) · 1.27 KB
/
lixy.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
img {
justify-content: space-between;
}
img:hover{
border: 2px solid black;
}
.center{
margin-left: auto;
margin-right: auto;
width: 48%;
}
.background{
background-image: linear-gradient(#93a5cf, #e4efe9);
}
h5{
font-family: : "Times New Roman", Times, serif;
}
.buttons{
width:300px;
height: 50px;
flex-flow: row wrap;
}
button {
position: absolute;
width: 200px;
left: 50%;
transform: translateX(-50%);
color: #555;
background: none;
border: none;
font-family: Lato;
font-size: 20px;
text-transform: uppercase;
cursor: pointer;
font-weight: 300;
transition: background-color 0.3s, color 0.3s;
}
button:hover { font-weight: 600; }
button:hover i { margin-right: 20px; }
button:focus {
outline: none;
color: white;
}
.btn-new { top: 45px;}
.btn-roll { top: 403px;}
.dice {
position: absolute;
left: 50%;
top: 178px;
transform: translateX(-50%);
height: 100px;
box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.10);
}
#dice-1 { top: 120px; }
#dice-2 { top: 250px; }
#buttonpage4{
color: white;
position:relative;
transition: .5s ease;
top: 500px;
left: 500px;
}
#buttonpage4:hover {background-color: #3e8e41}