-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
79 lines (78 loc) · 1008 Bytes
/
style2.css
File metadata and controls
79 lines (78 loc) · 1008 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
.container{
width:200px;
padding:10px;
background:#ffffff;
height:330px;
margin:20px;
margin-top:5px;
display:inline block;
float:left;
border:3px solid #ffcc00;
border-radius:25px;
font-family:arial;
font-weight:bold;
}
.container a
{
color:red;
background-color:yellow;
opacity:0.8;
text-decoration:none;
border:3px solid yellow;
border-radius:25px;
}
.header{
height:100px;
width:100%;
font-family:cursive;
font-weight:bold;
padding:0px 0px;
background-color:#ffcc00;
opacity:0.6;
border-radius:40px;
}
h4
{
font-size:58px;
margin-top:-18px;
}
h6
{
text-align:center;
font-size:35px;
margin-top:-105px;
font-weight:bold;
font-family:Banff;
}
ul li
{
font-family:Banff;
list-style:none;
background-color:#ffd11a;
border:3px solid white;
border-radius:40px;
width:130px;
height:40px;
text-align:center;
line-height:30px;
float:left;
}
ul li a
{
color:black;
text-decoration:none;
font-size:35px;
}
ul li a:hover
{
color:red;
}
ul
{
margin-left:300px;
opacity:0.7;
}
body
{
background-image:url("b.jpg");
}