-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmycss.css
More file actions
67 lines (65 loc) · 975 Bytes
/
Copy pathmycss.css
File metadata and controls
67 lines (65 loc) · 975 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
nav{
height: 40px;
background-color: #134775;
width: 100%;
padding-top: 10px;
padding-left: 10px;
color: white;
border-bottom-left-radius: 45px;
border-bottom-right-radius: 45px;
background-image: linear-gradient(blue);
}
.fa-envolope-o{
color: white;
}
.fa-phone{
color: white;
float: right;
margin-right: 25px;
}
header{
height: 100px;
width: auto;
margin-top: 11px;
}
img, .logo{
height: 70px;
width: 300px;
margin-top: 16px;
margin-left: 16px
}
.afterpic{
margin-top: -45px;
margin-left: 400px;
}
a{
color: black;
text-decoration: none;
padding: 10px;
transition: 0.7s;
}
a:hover{
background-color: green;
color: white;
border-radius: 5px;
}
.Category{
height: 0px;
width: 112px;
margin-left: 52px;
margin-top: 6px;
display: none;
transition: height 2s;
}
.set{
margin-left: 30px;
opacity: 0.7;
}
.afterpic:hover .Category{
height: 130px;
display: block;
}
ul{
display: inline;
list-style-type: none;
}