-
Notifications
You must be signed in to change notification settings - Fork 0
/
style2.css
93 lines (79 loc) · 1.22 KB
/
style2.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
86
87
88
89
90
91
92
93
/*colours*/
.body,.end, .container-fluid, .instructions{
background-color: #ff847c;
}
.bigbtn {
background-color: #e84a5f;
color: #feceab;
}
.container-fluid,.row,.col-3,.col-6 {
/* border : solid;
border-width:1px; */
text-align:center;
}
.col-6 {
padding: 0px;
}
.btn {
height: 80%;
width: 80%;
margin: 5%;
display: inline-block;
border: 20px solid black;
border-radius: 20%;
}
.bigbtn {
font-family: 'Montserrat', sans-serif;
display: inline-block;
width: 40vw;
height: 25vw;
border: 20px solid black;
border-radius: 20%;
margin-top: 10vw;
padding:5% 5%;
}
.bigbtn h3
{
font-size: 3vw;
}
.bigbtn p
{
margin-bottom: 0px;
}
.bigbtn p,.bigbtn h4
{
font-size: 3vw;
}
.red {
background-color: red;
}
.green {
background-color: green;
}
.blue {
background-color: blue;
}
.yellow {
background-color: yellow;
}
.pressed {
box-shadow: 0 0 20px white;
background-color: grey;
}
.row {
height: 25vw;
}
.end {
height:30vw;
}
.invisible {
visibility: collapse;
}
h6 {
text-align: center;
font-family: sans-serif;
color : white;
margin-bottom: 0px;
padding-bottom: 100px;
background-color: #ff847c;
}