-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
106 lines (87 loc) · 1.56 KB
/
style.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
99
100
101
102
103
104
105
106
.header{
padding: 20px;
width:100%;
height: 20%;
background-color: #4fc1f0;
}
.mail,li>a{
font-size: 16px;
font-family: sans-serif;
font-weight: bold;
color: wheat;
margin-left: 590px;
padding-bottom: 2px;
}
.main{
position: relative;
background: url(Mogadishu.jpg);
min-height: 100vh;
background-size: cover;
background-position: center;
margin-top: 23px;
}
.par{
position: relative;
background: url(par.jpg);
min-height: 100vh;
background-size: cover;
background-position: center;
margin-top: 23px;
}
.villa{
position: relative;
background: url(villa.jpg);
min-height: 100vh;
background-size: cover;
background-position: center;
margin-top: 23px;
}
#nav{
font-weight:normal;
color: white;
position: absolute;
left: 5%;
right: 5%;
}
#nav ,li >a{
margin-left: 4%;
}
/* a:hover{
} */
.inter{
background-color: white;
}
.services{
position: absolute;
margin-top: -34px;
}
.services{
font-family: 'Times New Roman', Times, serif;
font-style: normal;
font-display: 12px;
}
#social{
padding-left: 15px;
margin-left: 5px;
opacity: 0.6;
}
#links{
font-family: sans-serif;
font-weight: bold;
color: rgba(255, 255, 255, 0.836);
}
#social2{
margin-top: 80px;
list-style: none;
float:right;
}
#contact{
font-family: sans-serif;
color: whitesmoke;
}
.navbar-nav > a{
color:rgb(0, 225, 255);
}
a:hover{
background-color: rgb(0, 110, 255);
}