-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
86 lines (84 loc) · 1.55 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
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
body{
font-family: "Poppins" , sans-serif;
margin: 0%;
}
h1{
font-size: 50px;
}
.second-h1{
color: yellow;
font-weight: 700;
text-align: center;
}
span{
background-color: yellow;
color: white;
}
.flexible-container{
display: flex;
padding-left: 20px;
padding-right: 20px;
margin-top: 100px;
}
.half-width{
width: 50%;
padding-left: 2%;
}
.half-width img {
width: 100%;
}
.button-link{
font-weight: 700;
color: white;
border-radius: 10px;
border: violet solid 2px;
text-decoration: none;
padding: 10px 20px ;
background-image: linear-gradient(red, pink);
}
.top-banner{
background-image: url(top.jpg);
background-repeat: no-repeat;
}
.second-text{
align-items: center;
padding-left: 30px;
}
.dream-big{
background-image: url(dream-bg.png);
background-position: right;
background-repeat: no-repeat;
}
.h3{
color: orange;
font-weight: 700;
}
.Experience-item{
width: 40%;
box-shadow: 10px 10px 40px gray;
padding-left: 20px;
margin-left: 5%;
margin-right: 5%;
border-radius: 5px;
}
.Experience-area{
background-image: url(exp-bg.png);
background-repeat: no-repeat;
background-position: left;
}
#full-stack{
border-left: 7px solid;
border-image: linear-gradient(purple , tomato );
border-image-slice: 1;
}
#baby-dev{
border-left: 7px solid;
border-image: linear-gradient(blue , cyan );
border-image-slice: 1;
}
footer{
text-align: center;
margin-top: 50px;
margin-bottom: 20px;
font-weight: 100;
}