-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
119 lines (100 loc) · 1.7 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
body{
font-family: 'Poppins', sans-serif;
margin: 0px;
}
.half_div{
float: left;
width: 30%;
margin-left: 300px;
margin-top: 200px;
}
.half_div_img img{
margin-top: 100px;
width: 35%;
}
.hire_me{
color: hsl(330, 18%, 96%);
background-color: #ec4a80;
text-decoration: none;
border-radius: 5px;
font-weight: 900;
padding: 10px 20px;
}
#name_color{
color: #ec4a80;
font-size: 50px;
}
h1{
font-size: 50px;
}
h2{
font-size: 40px;
}
section{
height: 600px;
}
p{
color: #5f5f5f;
}
.top_label{
background-image: url("images/header-bg.png");
background-repeat: no-repeat;
}
biography_label{
background-image: url("images/biography-bg.png");
background-repeat: no-repeat;
}
.My_latest_work{
width: 100%;
background-image: url("images/latest-work-bg.png");
background-repeat: no-repeat;
}
.bottom_label{
background-image: url("images/footer-bg.png");
background-repeat: no-repeat;
width: 100%;
text-align: center;
margin-top: 800px;
}
.column {
float: left;
width: 28%;
padding: 28px;
}
/* Clear floats after image containers */
.row {
text-align: center;
content: "";
clear: both;
display: table;
margin-left: 100px;
}
h3{
font-size: 30px;
}
h4{
color: #797878;
}
#line{
text-align: center;
font-size: 30px;
width: 650px;
margin-left: 600px;
color: black;
}
h5{
font-size: 20px;
}
#contruc{
background-color: #ec4a80;
width: 50%;
padding: 20px 30px;
color: white;
border-radius: 10px;
margin-left: 450px;
}
#footer{
margin-top: 200px;
text-align: center;
font-size: 20px;
}