-
Notifications
You must be signed in to change notification settings - Fork 10
/
Design&Style.css
74 lines (73 loc) · 1.01 KB
/
Design&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
*{
margin:0px;
padding:0px;
font-family:"Comic Sans MS", cursive;
}
body{
background:url(../../Pictures/Web%20images/robotC.jpg);
background-size:100% 700px;
}
.header{
width: 100%;
height: 70px;
background: #0FF;
}
.webinfo{
width: 100%;
height: 70px;
position: fixed;
}
.weblogo{
width: 30%;
height: 70px;
float: left;
}
.logo{
width: 80%;
height: 50px;
margin: 8px auto;
}
.logo > h1{
line-height: 30px;
padding:10px;
color: #03F;
}
.menubar{
width: 70%;
height: 70px;
float: left;
}
.newmenu{
width: 80%;
height: 50px;
float: right;
margin-right: 50px;
margin-top: 10px;
}
.menulist{
width: 100%;
height: 50px;
}
.menulist > ul{
margin:0px;
padding:0px;
}
.menulist > ul > li{
list-style: none;
width: 16.6%;
float: left;
height: 50px;
}
.menulist > ul > li > a{
display:block;
font-size: 15px;
padding: 8px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
background: #0EE2DD;
}
.menulist > ul > li > a:hover{
background: #118993;
color: #FFF;
}