-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
140 lines (138 loc) · 3.17 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
body {font-size: 18px; font-family: 'Open Sans', sans-serif;}
header {
display: flex;
justify-content: space-between;
padding: 50px;
}
li {list-style: none;}
a {text-decoration: none; color: black;}
a:hover {
font-weight: 700;
}
h1, h2 {font-size: 2.8rem; line-height: 70px; margin: 0; font-family: 'Raleway', sans-serif;}
h3 {font-size: 2rem; font-family: 'Raleway', sans-serif;}
p {line-height: 25px;}
header nav ul {display: flex; justify-content: space-between;}
header nav ul li {margin-left: 50px;}
input {padding: 5px 20px; margin: 5px;}
span {display: flex; width: 85%;}
#wrapper {max-width: 1440px; margin:auto; //outline: 2px solid gray;}
.logo {
width: 190px;
height: 55px;
}
.illustration-1 {width: 50%;}
.illustration-2 {width: 45%; margin: 110px 0;}
.upper-div {
//margin-bottom: 50px;
display: flex;
padding: 0 70px;
}
.upper-div > div {align-self: center; width: 80%; margin-bottom: 50px;}
.upper-div > div p {width: 90%; text-align: justify;}
.mid-div {
background-image: url("images/bg-curve-desktop.svg");
background-repeat: no-repeat;
background-size: 400% 100%;
background-position: center;
margin: 150px 0 0;
display: flex;
padding: 50px 70px 0;
}
.mid-div > div {margin: 100px 0;}
.mid-div p, .bottom-div p {width: 80%;}
.testimony {
background-color: white;
width: 40%;
font-size: 14px;
padding: 30px 40px;
margin-top: 50px;
margin-bottom: 20px;
border-radius: 5px;
box-shadow: 5px 10px 18px hsl(0, 0%, 75%);
}
.testimony p{
margin: 5px 0 15px;
width: 100%;
line-height: 30px;
}
.icon-quotes {
width: 20px;
height: 20px;
}
.avatar-testimonial {
width: 30px;
height: 30px;
border-radius: 50%;
}
.testimony-profile {
display: flex;
}
.testimony div {}
.testimony-profile p {
margin: 0 10px 0;
line-height: 15px;
}
.special-link {color: green; border-bottom: 1px solid hsl(170, 45%, 43%);}
.bottom-div {
display:flex ;
align-items:left ;
padding: 50px 20px;
background-color: hsl(300, 22%, 44%);
color: hsl(300, 100%, 100%);
}
.bottom-div div {width: 55%; }
.bottom-div div:last-child {//padding-left: 50px; width: 45%; margin-left: 50px;}
.bottom-div div input {display: block; margin-bottom: 15px;}
.bottom-div--h3 {margin: 0 0 10px;}
input[type=text] {
padding: 15px 20px;
border-radius: 3px;
color: hsl(0, 0%, 75%);
width: 80%;
border-style:solid;
}
input[type=button] {
background-color: hsl(224, 93%, 58%);
border: 0;
border-radius: 3px;
color: white;
padding: 15px 50px;
width: 210px;
}
::placeholder {
color: hsl(0, 0%, 75%);
}
footer {
background-color: hsl(290, 87%, 12%);
color: hsl(240, 75%, 98%);
padding: 120px 70px 50px;
}
.footer-div {
display: flex;
justify-content: space-between;
//margin-right: 100px;
margin-top: 20px;
}
.footer-div > div {
width: 25%;
}
.footer-nav a {color: hsl(240, 75%, 98%);}
.footer-nav li {margin: 0 0 20px;}
.footer-nav {
display: flex;
flex-direction: column;
width: 20%;
}
footer .logo {filter: brightness(0) invert(1); //margin-bottom: 20px;}
.icon {margin-right: 25px; width: 25px; height: 20px;}
.icon-social {
width: 15px;
height: 15px;
padding: 10px;
filter: brightness(0) invert(1);
margin-left: 10px;
border: 1px solid white;
border-radius: 50%;
}
.footer-div span {margin: 20px 0;}