-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainP.css
More file actions
48 lines (47 loc) · 779 Bytes
/
Copy pathMainP.css
File metadata and controls
48 lines (47 loc) · 779 Bytes
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
*{
outline: none;
}
.Nav-bar {
background-color: #27AE60;
display: flex;
list-style: none;
width: 1250px;
height: 100px;
margin-top: -8px;
margin-left: -5px;
padding: 20px;
border: 2px solid #eee;
position: fixed;
}
.image {
width: 60px;
height: 60px;
border-radius: 50%;
margin: 20px;
border: 2px solid #eee;
}
.image:hover,
.image:active {
opacity: 0.9;
}
#option-box {
color:red;
display: inline-block;
margin: 30px;
border: 1px solid #eee;
box-shadow: 0 2px 2px #000000;
width: 100px;
text-align: center;
padding: 10px;
}
#option-box:hover,
#option-box:active{
background-color: #2ECC71;
}
.content-bar {
background-color: #BDC3C7;
border: 2px solid #eee;
padding-top: 150px;
margin-left: -5px;
height: 2000px;
}