-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
61 lines (59 loc) · 1.04 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
.main-container {
max-width: 1980px;
width: 100%;
margin: 0 auto;
background-color: #3c2475;
padding: 15px 90px;
}
.main-container h3 {
font-size: 20px;
margin: 10px 50px;
margin-bottom: 60px;
}
.inside-container {
max-width: 1200px;
background-color: #b497fc;
margin: 30px 0;
padding: 25px 40px;
}
.taboo_card{
position: relative;
display: inline-block;
text-align: left;
height: 500px;
}
.title{
font-size: 70px;
font-weight: bold;
color: #ff6666;
text-align: center;
}
.time{
width: 20px;
border: none;
font-size: 16px;
font-weight: bold;
margin: 20px 0;
color: black;
background-color: #b497fc;
}
.time-container{
margin: 0 50px;
font-size: 20px;
}
.button-container button {
margin-left: 50px;
margin-right: 40px;
margin-bottom: 15px;
position: relative;
padding: 10px 10px;
font-family: 'Open Sans', sans-serif;
position: relative;
display: block;
background-color: #3c2475;
color: white;
border-radius: .25rem;
}
.button-container{
margin: 20px 0;
}