-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
86 lines (77 loc) · 1.23 KB
/
Copy pathstyle.css
File metadata and controls
86 lines (77 loc) · 1.23 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
body{
font-family: 'Philosopher', sans-serif;
}
.head{
background-image: url("image/header-bg.png");
margin-bottom: 150px;
overflow: hidden;
}
h1{
color: rgb(105, 23, 199);
font-size: 30px;
}
.head img{
width: 60%;
hight: 5%;
}
button{
background-color: rgb(94, 28, 201);
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
color: white;
font-weight: 700px;
border: none;
}
.half-width{
width: 45%;
margin-bottom: 100px;
margin-left: 5%;
float: left;
.half-width{
width:100%;
}
}
.text-area{
margin-top: 150px;
}
.biography{
background-image: url("image/biography-bg.png");
margin-bottom: 150px;
display: inline-block;
align-items: center;
}
.bio{
font-size: 30px;
}
.biography img{
width: 60%;
}
.work-text{
text-align: center;
}
.work img{
width: 29%;
margin-left: 2%;
margin-right: 2%;
margin-bottom: 150px;
float: left;
}
.feedback{
background-image: url("image/footer-bg.png");
text-align: center;
}
h3 h4 h6{
text-align: center;
}
h3{
font-size: 30px
}
.designation{
color:dimgray;
font-size: 10px;
}
footer{
text-align: center;
font-size: 15px;
}