-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
85 lines (61 loc) · 1.29 KB
/
style.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
73
74
75
76
77
78
79
80
81
82
83
84
85
.carousel-inner img{
width:100%;
height:100%;
}
.rectangle {
height: auto;
width: auto;
background-color: #555;
}
.navbar{
background: transparent linear-gradient(to right,#5F4D93, #E37682 ) no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
opacity: 1;
}
.container {
margin-top:10%;
position:fixed;
border-radius: 25px;
overflow: hidden;
}
.point
{cursor:pointer;
text-align: center;
padding-bottom: 5%;
border: 1px solid whitesmoke;
padding: 10px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.07);
}
.pointe
{cursor:context-menu;
text-align: center;
margin-top:1%;
}
.points
{cursor:pointer;
text-align: center;
padding-bottom: 5%;
}
@media screen and (min-width: 700px) {
#wedd{
margin-left:15%;
margin-top:12%;
margin-right:20%;
}
.col-xs-1half{
width:4%;
}
}
@media screen and (min-width:300px) and (max-width:600px)
{
.col-xs-1half{
width:7%;
}
}
@media screen and (min-width: 900px) {
#wedd{
margin-left:12%;
margin-top:15%;
margin-right:20%;
}
}