-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
96 lines (89 loc) · 1.47 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
body{
margin: 0px;
}
span{
color: rgb(236,76,122);
font-size: 50px;
}
.first{
width:30%;
float: left;
margin:2%;
padding:5%;
}
.first p{
font-size: 20px;
}
.first img{
width: 100%;
}
.link{
text-decoration: none;
background-color: rgb(236,76,122);
color: white;
padding:5px;
margin:10px 15px;
border-radius: 5px;
}
.fnd{
background-image: url("images/header-bg.png");
background-repeat: no-repeat;
background-size: cover;
}
section{
height: 600px;
}
.nfd{
background-image: url("images/biography-bg.png");
background-repeat: no-repeat;
background-size: cover;
}
.thir{
}
.hasan{
font-size: 50px;
font-weight: 700;
text-align: center;
}
.second{
width: 30%;
float: left;
margin-left: 20px;
padding: 5px;
}
.second img{
width: 100%;
}
.thir{
background-image: url("images/latest-work-bg.png");
background-repeat: no-repeat;
background-size:cover;
}
#hasan{
font-size: 50px;
margin: 50px ;
padding: 50px;
}
.kkkk{
background-image: url("images/footer-bg.png");
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}
.nor{
margin:20px;
}
.mahadi{
background-color: rgb(236,76,122);
margin-left: 250px;
margin-right: 250px;
padding:16px;
border-radius: 7px;
color: white;
}
footer p{
text-align: center;
}
#aa{
font-size: 30px;
}