-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.css
90 lines (70 loc) · 1.17 KB
/
homepage.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
header {
border-bottom-style: solid;
color:blue;
background-image: url("backgrounds/b1.png");
}
.main {
background-image: url("backgrounds/b1.jpg");
font-size:28px;
font-family: Palatino;
color:white;
height:450px;
}
.im{
float: left;
width: 10%;
margin-right: 2%;
margin-left:3%;
margin-top:2%;
}
#b1 {
cursor: pointer;
border-radius: 12px;
background-color: #FFFFFF;
color: black;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
#b1:hover {
background-color: #3155C6;
color: white;
}
.head {
background-color:#20E2EE;
height:40px
}
.lower {
background-image: url("backgrounds/b1.jpg");
font-size:28px;
font-family: Palatino;
color:white;
height:110px;
}
.image {
cursor:pointer;
border: 1px solid #ddd;
border-radius:10px;
padding: 5px;
width: 150px;
}
.image:hover {
box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
div.scroll {
background-color: white;
overflow: auto;
white-space: nowrap;
}
div.scroll a:hover {
background-color: #777;
}
footer{
border-top-style: solid;
color:blue;
background-image: url("backgrounds/b1.png");
}