-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (60 loc) · 1.14 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
body{
font-family: 'Poppins', sans-serif;
margin: 0%;
}
h1{
font-size: 50px;
}
.Special-Color{
color: rgb(9, 160, 84);
}
.flexible-container{
display: flex;
margin-bottom: 100px;
margin-top: 100;
}
.experience{
background-image: url(images/exp-bg.png);
background-repeat: no-repeat;
}
.half-width{
width: 50%;
padding-left: 5%;
}
.half-width img{
width: 70%;
}
.link-button{
text-decoration: none;
background-image: linear-gradient(red,tomato);
color: whitesmoke;
font-weight: 700;
padding: 10px 30px;
border-radius: 5%;
}
.top-banner{
background-image: url(images/top-banner.png);
background-repeat: no-repeat;
}
.dream-big{
background-image: url(images/dream-bg.png);
background-repeat: no-repeat;
background-position: right;
}
.shadow{
width: 40%;
margin-left: 5%;
margin-right: 5%;
padding-right: 5%;
padding-left: 5%;
box-shadow: 10px 10px 50px rgb(128, 126, 126);
}
.blue{
border-left: 10px solid orange ;
border-image: linear-gradient(blue,cyan);
border-image-slice: 1;
}
footer p{
text-align: center;
color: rgb(7, 11, 252);
}