-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
49 lines (40 loc) · 922 Bytes
/
main.css
File metadata and controls
49 lines (40 loc) · 922 Bytes
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
.content{
padding-top: 100px;
width: 100%;
}
.img{
display: inline-block;
margin-left: 10%;
margin-top: %;
}
.text{
margin-left: 5%;
font-family: "Rubik",sans-serif;
font-weight: 300;
color: #000;
display: inline-block;
font-size: 24px;
width: 40%;
text-align: start;
}
.p{
font-size: 15px;
font-weight: 50%;
font-style: normal;
font-family: 'Rubik', sans-serif;
}
.button{
color: #fff;
font-size: 14px;
line-height: 46px;
outline: none!important;
text-align: center;
cursor: pointer;
text-transform: uppercase;
border-radius: 5px;
background-origin: border-box;
background-clip: content-box , border-box;
background-image: linear-gradient(to right,#4458dc 0%,#854fee 100%) , radial-gradient(circle at top left,#4458dc,#854fee);
border: double 2px transparent;
box-shadow: 0 10px 30px rgb(118 85 225 / 30%);
}