-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcssbookamovie.css
67 lines (59 loc) · 1.09 KB
/
cssbookamovie.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
body{
background-color: #1A1A1D;
background-repeat: no-repeat;
}
.logo{
border-radius: 40px;
box-shadow: 0 0;
}
/*Top navigation bar*/
.topnav {
margin-top: 30px;
overflow: hidden;
background-color:whitesmoke;
width: 990px;
border-radius: 30px;
}
.topnav a {
float: left;
color: #6F2232;
text-align: center;
padding: 15px 20px;
text-decoration: none;
font-size: 17px;
border-radius: 20px;
}
.topnav a:hover {
background-color: #C3073F;
color: black;
opacity: .8;
}
.topnav a.active {
background-color:#950740 ;
color: white;
}
.sign {
float: right;
}
h1,h3{
color: #EAF0F1;
width: 990px;
color:whitesmoke;
/* text-shadow: 1px 2px 20px #AE1438;*/
}
form{
color: #EAF0F1;
color:whitesmoke;
/*text-shadow: 1px 2px 20px #AE1438;*/
}
button {
padding: .5em;
border: 1px solid #000000;
color: whitesmoke;
background-color: #6F2232;
margin: 0;
border-radius: 10px;
}
button:hover{
transform: scale(1.05,1.05)
}