-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
116 lines (87 loc) · 1.75 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
body{
font-family: 'Roboto Mono', monospace;
margin: 0;
}
#banner_part{
display: flex;
margin-bottom: 50px;
background-image: url(imeges/top-banner.png);
background-repeat: no-repeat;
}
#about_part{
display: flex;
margin-bottom: 50px;
background-image: url(imeges/dream-bg.png);
background-repeat: no-repeat;
background-position: right;
}
.experiences_lebal{
display: flex;
margin-bottom: 100px;
background-image: url(imeges/exp-bg.png);
background-repeat: no-repeat;
background-position: left;
}
.half_width{
width: 47%;
margin: 3%;
}
h1{
font-size: 50px;
font-weight: 700;
}
.experiences_lebal div {
box-shadow: 20px 7px 50px grey;
padding: 20px;
}
p{
font-size: 20px;
font-weight: 400;
margin-bottom: 50px;
border-radius: 10px;
}
.hedding_part{
color: rgb(255, 130, 80);
}
.button{
padding: 15px 20px;
background: rgb(220, 167, 20);
text-decoration: none;
border-radius: 10px;
}
#stack_web{
}
#stack_web{
border-left: 7px solid;
border-image: linear-gradient(lightsalmon, tomato);
border-image-slice: 1;
}
#baby_web{
border-left: 7px solid;
border-image: linear-gradient(blue, cyan);
border-image-slice: 1;
}
.packages{
display: flex;
}
#half_package {
background-color: rgb(194, 194, 194);
margin-left: 3%;
border-radius: 20px;
height: 470px;
padding: 25px;
margin-bottom: 100px;
width: 25%;
border-left: 7px solid;
border-image: linear-gradient(lightsalmon, tomato);
border-image-slice: 1;
border-radius: 10px;
box-shadow: 7px 7px 30px grey;
}
#half_package h1{
font-size: 30px;
}
footer{
text-align: center;
margin-bottom: 50px;
}