-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathez-lamp.css
47 lines (47 loc) · 814 Bytes
/
ez-lamp.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
html {
scroll-behavior: smooth;
}
body {
font: 20px Montserrat, sans-serif;
line-height: 1.8;
color: #555555;
}
p {font-size: 16px;}
.margin {margin-bottom: 45px;}
.bg-1 {
background-color: #6699ff; /* light blue */
color: #ffffff;
}
.container-fluid {
padding-top: 70px;
padding-bottom: 70px;
}
.navbar {
padding-top: 15px;
padding-bottom: 15px;
border: 0;
border-radius: 0;
margin-bottom: 0;
font-size: 12px;
letter-spacing: 5px;
}
.navbar-nav li a:hover {
color: #6699ff !important;
}
img{
max-height: 250px;
max-width: 100%;
height: 100%;
object-fit: contain;
}
.panel-fitted{
border: 1px solid black;
box-shadow: 0px 5px 4px #888888;
width: 400px;
margin-left: auto;
margin-right: auto;
color: #555555;
}
.navbar{
border-bottom: 2px solid black;
}