forked from vijaykumarperiketi/emcc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
presstyle.css
98 lines (83 loc) · 1.61 KB
/
presstyle.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
.container{
padding:45px;
font-size: medium;
}
li{
display: inline-block;
padding-right: 40px;
}
.carousel-inner img{
width: 100%;
max-height: 550px !important;
}
footer {
background-color: #2d2d30;
color: #f5f5f5;
padding: 5px;
}
/* navbar css */
.navbar{
letter-spacing: 4px;
background-color: rgb(61, 57, 57);
color:orange;
}
.navbar li a, .navbar .navbar-brand {
color: #d5d5d5 !important;
}
.navbar-nav li a:hover {
color: #fff !important;
}
/* The active link */
.navbar-nav li.active a {
color: #fff !important;
background-color:#29292c !important;
}
.open .dropdown-toggle {
color: #fff ;
background-color: #555 !important;
}
.dropdown-menu li a{
color: #000 !important;
}
/* On hover, the dropdown links will turn red */
.dropdown-menu li a:hover {
background-color: rgb(83, 81, 81) !important;
}
.readmore{
color: rgb(93, 93, 241);
}
/*image*/
.person {
display: block;
border: 5px solid;
margin-bottom: 25px;
width: 75%;
height: 75%;
}
@media only screen and (min-width: 768px) {
.person{
/* margin-top: 100px; */
margin-left: 350px;
margin-bottom: 25px;
}
}
@media only screen and (max-width: 1200px) {
.person{
/* margin-top: 100px; */
margin-left: 300px;
margin-top: 25px;
margin-bottom: 10px;
width:35%;
height:35%;
}
}
@media only screen and (max-width: 991px) {
.person{
/* margin-top: 100px; */
margin-left: 250px;
margin-top: 25px;
margin-bottom: 10px;
width:35%;
height:35%;
}
}