-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
78 lines (71 loc) · 1.13 KB
/
style.css
File metadata and controls
78 lines (71 loc) · 1.13 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
body{
margin: 0;
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
}
.h1-font-size{
font-size: 30px;
}
h1{
font-size: 30px;
}
h3{
font-size:15px;
}
p{
color: dimgray;
}
.name-collor{
color: #EC4C7A;
}
section{
height: 900px;
}
.button{
text-decoration:none;
background-image: linear-gradient(45deg,rgb(25, 89, 226), rgb(15, 206, 196));
font-weight: 700;
color: white;
border-radius: 5px;
padding: 10px 20px;
}
.half-wide{
float: left;
width: 40%;
height: 650px;
margin: 80px;
padding: 10px;
}
.half-wide img{
width: 100%;
}
.top-banner{
background-image: url(image/header-bg.png);
}
.middel-bannar{
background-image: url(image/biography-bg.png);
}
.last-title{
text-align: center;
}
.last-bannar{
background-image: url(image/latest-work-bg.png);
height: 700px;
background-repeat: no-repeat;
padding: 50px 250px 0px 250px;
}
.work{
width: 400px;
}
.third-half{
float: left;
padding: 20px;
margin-left: 20px;
align-items: center;
}
.footer-div1{
text-align: center;
}
.footer{
background-image: url(image/footer-bg.png);
}