-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
66 lines (64 loc) · 1.11 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
body{
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
}
div.container{
width: 80%;
margin: auto;
}
div.half-width{
margin-top: 80px;
width: 45%;
float: left;
}
div.half-width img{
width: 300px;
}
section.back-image1{
background-image: url('image/header-bg.png');
background-position: center;
background-size: cover;
height: 500px;
}
section.back-image2{
background-image: url('image/biography-bg.png');
background-position: center;
background-size: cover;
height: 500px;
}
h1.middle-text{
text-align: center;
font-size: 40px;
color: coral;
}
div.row{
width: 30%;
float: left;
}
div.row img{
margin-top: 30px;
width: 400px;
}
div.center{
text-align: center;
}
section.back-image2{
background-image: url('image/biography-bg.png');
background-position: center;
background-size: cover;
height: 500px;
}
div.back-color{
margin-top: 40px;
background-color: deepskyblue;
padding: 20px;
border-radius: 10px;
color: white;
}
div.introduce{
padding: 20px;
}
.rakib{
padding: 50px;
}