-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.css
118 lines (97 loc) · 1.95 KB
/
Project.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
body{
font-family: 'Open Sans', sans-serif;
font-weight: 700;
margin: 0;
}
.body_section{
padding : 3% 5% 1%;
}
@font-face{
font-family: "Lovely Home";
src:local('Lovely Home'),
url("Image/LovelyHome-9aBZ.ttf") format('truetype');
}
.brand-name ,.navbar-light .navbar-brand{
/* font-family: "Brush Script MT"; */
/* margin-bottom: 3px; */
font-family: "Lovely Home";
font-size: 50px;
font-weight: bold;
color: #351458;
}
@media only screen and (max-width : 764px){
.brand-name ,.navbar-light .navbar-brand{
font-family: "Lovely Home";
font-size: 40px;
font-weight: bold;
color: #351458;
}
}
.headerachor {
color: black;
margin: 0 7px 0 7px;
font-size: 25px;
}
.headerachor:hover {
background-color: #f1f1f1;
}
.projectimage{
width:100%;
height:100%;
}
.Section1{
padding: 5% 0 3%;
}
.project-heading{
margin: auto;
width: 60%;
padding: 10px;
text-align: center;
}
.P-heading{
padding-bottom: 10px;
font-size : 40px;
}
.p-text{
font-size: 18px;
color:#868e96;
}
.Project-box{
color:black;
text-decoration: none;
}
.col-sm-6{
padding-bottom: 20px;
}
.boxx {
background-color: #fff;
border-color: white;
box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.356);
}
.boxx:hover{
box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.952);
}
.Project-box:hover{
color: black;
text-decoration: none;
}
.iconify{
width:40px;
height: 40px;
float: right;
}
.project-text{
color :#868e96;
font-family: "Montserrat";
font-weight: 300;
}
@media only screen and (max-width : 764px){
.project-heading{
width: 100%;
}
}
footer{
padding-top: 2%;
color: #868e96;
text-align: center;
}