-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyle.css
More file actions
120 lines (103 loc) · 1.68 KB
/
Copy pathstyle.css
File metadata and controls
120 lines (103 loc) · 1.68 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
*,::after,::before{
margin: 0px;
padding: 0px;
}
body{
font-family: Arial, sans-serif,;
font-size: 24px;
background-color: white;
}
/* contact section */
.contact{
background-color:#1b3131;
color: white;
}
.a{
display:inline-block;
margin-left: 45px;
}
.a li a{
color:#999999;
}
.a li a:hover{
color: #f2f2f2;
}
#signuplogin{
display: inline-block;
text-align: center;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
background-color:#00994d ;
margin-top: 8px;
margin-right: 5px;
position: absolute;
right: 0;
}
#signuplogin:hover{
cursor: pointer;
background-color: #008040;
}
li{
display: inline-block;
margin-right: 6px;
}
@media (max-width:875px) {
li{
display: block;
}
#signuplogin{
display: inline-block;
position: relative;
right: 0;
margin-bottom: 10px;
}
.fa-facebook:after{
content: " Facebook";
}
.fa-linkedin:after{
content: " Linkedin";
}
.cantainer{
float: left;
}
}
/* navigation section */
div.nav{
font-size: 40%;
}
div.container img{
width: 80px;
margin-left: 35px;
}
div.container{
margin: 10px;
float: left;
}
div.menu{
float: right;
margin-top: 10px;
font-size: 80%;
}
div.menu a{
text-decoration: none;
color: #999999;
}
div.menu a:hover{
color: #262626;
}
/* heading */
.heading{
text-align: center;
font-size: 70%;
margin-top: 150px;
}
div.bbsbecimage{
text-align: center;
}
div.bbsbecimage img{
width: 90%;
margin-top: 20px;
}