-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
95 lines (83 loc) · 1.44 KB
/
style.css
File metadata and controls
95 lines (83 loc) · 1.44 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
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
94
95
/* Header */
.header1 {
height: 100%;
background-image: url("https://static.vecteezy.com/system/resources/previews/000/691/499/non_2x/rock-paper-scissors-seamless-pattern-vector.png");
background-size: cover;
text-align: center;
}
body {
background-color:#ffe5ee;
}
.caption {
color: white;
text-decoration: none;
font-weight: bold;
}
#home .container {
padding-top: 15px;
background-color: rgba(0, 0, 0, 0.45);
color: white;
}
.ftext {
margin-right: 150px !important;
margin-left: 150px!important;
font-size: 20px !important;
height: 85%;
}
img {
width: 15em;
text-align: center;
}
.ftext p, .ftext1 p {
font-size: 20px !important;
}
.ftext h5, .ftext1 h5 {
font-size: 25px !important;
}
body{
text-align: center;
}
h1{
margin-top: 100px;
}
p{
padding:100px 20px 100px 20px;
margin-top: 50px;
font-size: 25px;
color: white;
font-weight: bold;
}
.speech-bubble {
position: relative;
background: #ee598a;
border-radius: .4em;
}
.speech-bubble:after {
content: '';
position: absolute;
right: 0;
top: 50%;
width: 0;
height: 0;
border: 20px solid transparent;
border-left-color: #FF5890;
border-right: 0;
margin-top: -20px;
margin-right: -20px;
}
.buttonId {
border-radius: 40px;
border:0;
font-weight:600;
padding: 10px;
cursor:pointer;
margin-top:10px;
}
.buttonId-primary{
background:#188dbf;
color:white;
border: 3px solid white;
}
.buttonId-primary:hover{
background:#3ba9d8;
}