forked from abhikulshrestha22/abhikulshrestha22.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
123 lines (91 loc) · 1.82 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
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
123
.banner-area{
background: url('./images/c.jpg') no-repeat center center fixed;
background-size: cover;
text-align: center;
vertical-align: middle;
color: white;
}
.banner-area-headline{
font-size: 4.0rem;
}
.content-box{
text-align: center;
}
.section{
padding-top: 120px;
padding-bottom: 120px;
}
.headings{
margin-bottom: 40px;
text-align: center;
color:rgb(42, 119, 60);
}
.intro-text{
padding-top: 150px;
padding-bottom: 100px;
}
@media (min-width: 768px){
.intro-text{
padding-top: 300px;
padding-bottom: 200px;
}
}
body{
position: relative;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background-color:green;
}
/* --------------------------------------------------Portfolio styles----------------------------------------------- */
.portfolio-img-container{
}
.portfolio-img-container img{
box-shadow: 0 10px 6px -6px #777;
width: 100%;
opacity: 1;
margin-bottom: 10px;
margin-top: 10px;
transition: 0.5s ease;
}
.middle{
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transition: 0.5s ease;
opacity: 0;
position: absolute;
top:50%;
left:50%;
text-align: center;
}
.portfolio-img-container:hover .middle{
opacity: 1;
}
.portfolio-img-container:hover .portolio-img{
opacity: 0.5;
}
.modal-footer{
display: block;
}
@media(min-width:900px)
{
.modal-dialog{
max-width: 800px;
}
}
/* _________________________________Resume__________________________________________ */
.skill-box{
display: inline-block;
padding:20px;
color:white;
}
div i{
color:white;
}
.dark-theme{
color: white;
background: #4b4b4c;
}
.sub-section{
padding-bottom: 40px;
padding-top: 40px;
}