-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage7.css
More file actions
54 lines (47 loc) · 812 Bytes
/
Copy pathpage7.css
File metadata and controls
54 lines (47 loc) · 812 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
.padding-40px{
padding: 40 px;
}
.margin-top-20px{
margin-top:20px;
}
.padding-top-20px{
padding-top: 20px;
}
.padding-right-20px{
padding-right: 20px;
}
.margin-bottom-10px{
margin-bottom: 20px;
}
.margin-top-300px{
margin-top: 300px;
}
.padding-left-5px{
padding-left: 10px;
}
.navbar-default{
background-color: white;
border-bottom-color: white;
}
ul>li>a{
color:gray;
}
ul>li>a:hover{
color:darkslategray;
background-color: darkgray;
}
.background-image{
background-image: url("http://bride.wannabemagazine.com/wp-content/uploads/2015/04/majorka.jpg");
}
.new-font{
font-family: 'Times New Roman', Times, serif;
font-size: 40px;
color:black;
}
.paragraph-style{
color:dimgray;
}
.footer-style{
color:dimgray;
opacity: 0.5;
}