-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.css
More file actions
56 lines (51 loc) · 865 Bytes
/
about.css
File metadata and controls
56 lines (51 loc) · 865 Bytes
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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: #ffff;
}
.about-section{
background: url(enginer.jpg) no-repeat left;
background-size: 55%;
background-color: #ffff;
overflow: hidden;
padding: 100px 0;
}
.inner-container{
width: 55%;
float: right;
background-color: #fdfdfd;
padding: 150px;
}
.inner-container h1{
margin-bottom: 30px;
font-size: 30px;
font-weight: 900;
}
.text{
font-size: 13px;
color: #545454;
line-height: 30px;
text-align: justify;
margin-top: 40px;
}
form{
font-size: 50px;
font-weight: 100%;
}
h3{
text-align: center;
text-align: start;
}
.one{
background-color: #CBBF7A;
}
.messenger{
padding: 10%;
}