-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlounge.css
More file actions
84 lines (66 loc) · 955 Bytes
/
lounge.css
File metadata and controls
84 lines (66 loc) · 955 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#text{
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: large;
line-height: 1.6em;
padding: 25px;
margin: 30px;
width:1100px;
}
h1{
margin: 35px;
}
h1,h2{
text-align: center;
}
p{
text-align: justify-all;
}
#paragr{
margin-bottom: 35px;
}
#titlea{
margin: 35px;
}
#footer{
margin-top:50px;
text-align: center;
}
.wrapper{
width: 90%;
margin: 0 auto;
text-align: center;
}
}
.logo a{
text-decoration: none;
font-size: 30px;
font-family: Arial;
color: #FFC125;
letter-spacing: 4px;
}
nav{
float: right;
line-height: 100px;
}
nav a:hover{
background: #2F4F4F;
color: #DCDCDC;
}
nav a{
text-decoration: none;
font-family: Arial;
letter-spacing: 4px;
color: #B8860B;
padding: 36px 10px;
margin: 0px;
font-weight: bold;
}
#logo{
margin-right: 200px;
}
#footer {
background-color: #2F4F4F;
font-family: Arial;
font-weight: bold;
color: #DCDCDC;
}