-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
125 lines (99 loc) · 1.75 KB
/
Copy pathstyle.css
File metadata and controls
125 lines (99 loc) · 1.75 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
body {
font-family: 'Poppins', sans-serif;
margin: 0;
}
.top_header {
background-image: url(images/top-banner.png);
background-repeat: no-repeat;
}
h1 {
font-size: 50px;
}
p {
font-size: 16px;
color: gray;
line-height: 1.8;
}
span.special_color {
color: orange;
}
.flexible-container {
display: flex;
}
.container {
width: 50%;
padding-left: 8%;
}
.container img {
width: 80%;
}
a.link_button {
text-decoration: none;
color: white;
padding: 10px 40px;
background-image: linear-gradient(45deg, orange, tomato);
border-radius: 5px;
}
.dream_area img {
width: 80%;
}
.dream_area {
background-image: url(images/dream-bg.png);
background-repeat: no-repeat;
background-position: right;
margin-top: 15%;
}
.dream_area h2 {
font-size: 40px;
}
.dream_area h3 {
font-size: 20px;
}
.dream_area .container {
padding-right: 20px;
padding-left: 10px;
}
.dream_area .container p {
width: 80%;
text-align: left;
}
.expreance_area {
background-image: url(images/exp-bg.png);
background-repeat: no-repeat;
background-position: left, center;
margin-bottom: 150px;
}
.expreance_area h1 {
padding-left: 40px;
}
.expreance_area .container h2 {
font-size: 40px;
}
.expreance_area .container {
box-shadow: 10px 10px 40px gray;
}
.exp_text {
padding: 30px;
margin: 1% 5%;
box-shadow: 10px 10px 40px gray;
}
.exp_text h2 {
font-size: 32px;
font-weight: 700;
}
.exp_text h3 {
color: orange;
font-size: 20px;
letter-spacing: 1px;
}
#full_stack {
border-left: 7px solid tomato;
}
#baby_web {
border-left: 7px solid blue;
}
.footer {
display: flex;
justify-content: center;
align-items: center;
}