-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (61 loc) · 905 Bytes
/
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
/*
Created on : Apr 1, 2016, 12:33:26 PM
Author : Murad R. Imanbayli
*/
*{
font-family: tahoma;
}
html,body,head,ul,li{
padding: 0px;
margin: 0px;
}
html,body{
height: 100%;
}
h1{
margin: 0px;
}
#wrapper-panel{
background-color: #333333;
height: 100%;
}
#main-info{
color: white;
width: 700px;
height: 200px;
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
#main-info h1{
font-size: 72px;
letter-spacing: 2px;
}
#main-info p{
text-align: center;
font-size: 26px;
}
#main-info a {
color: white;
}
#contact{
font-size: 12px;
position: absolute;
bottom: 0px;
color: white;
/*padding: 5px;*/
/* padding-bottom: 10px;*/
width: 100%;
}
#menu{
color:white;
font-size: 12px;
padding: 5px;
}
#menu ul li {
display: inline;
margin-right: 10px;
}