forked from chasesinghofen/chasesinghofen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtech.css
122 lines (101 loc) · 1.82 KB
/
tech.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
120
121
122
body{
margin-top:70px;
font-size:16px;
background-image: url("https://images.pexels.com/photos/131661/pexels-photo-131661.jpeg?auto=compress&cs=tinysrgb&h=350");
}
.rounded-circle{
border-radius: 2%;
}
.imgs{
border-radius: 10%;
}
.imgs:hover{
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.imgs:hover{
-webkit-transform: scale(1.07);
transform: scale(1.07);
}
#navbar a:hover{
color: blue;
font-weight: bold;
}
#icon-bar{
width: 1.4em;
height: 0.15em;
background: black;
}
#navy:hover {
background-color: rgb(28, 144, 182);
}
h1,h2,h3,h4,h5,h6{
font-family:Poppins;
color: rgb(15, 3, 3);
font-weight: bold;
}
p{
font-family:Roboto;
color: rgb(223, 219, 219);
font-weight: 500 !important;
}
#nav{
opacity: 0.6 !important;
}
.navbar-default{
border:0;
font-family:Poppins;
}
.navbar-brand{
font-size:20px;
color:#000 !important;
font-weight:bold;
}
#showcase h1{
font-size:50px;
margin-bottom:20px;
}
#showcase img{
width:90%;
margin-left:60px;
}
#showcase .showcase-right{
margin-top:90px;
}
#testimonial{
background:#f1f1f1;
padding: 50px 0 30px 0;
text-align:center;
margin-top:40px;
opacity: 0.6;
}
#testimonial p{
font-size:32px;
font-family: 'Josefin Sans';
color:#000;
}
#testimonial p.customer{
font-size:20px;
}
#info1 .info-right{
margin-top:90px;
}
#info2{
margin:20px 0 60px 0;
}
#contact{
background:url(https://chasesinghofen.github.io/chasesinghofen/img/landscape.jpeg);
padding:40px;
color:#fff;
/* border-top:#333 7px solid;
border-bottom:#333 7px solid; */
opacity: 0.8;
}
footer{
padding:30px;
}
body{
overflow-x: hidden;
}