-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss4.css
More file actions
83 lines (72 loc) · 1.03 KB
/
css4.css
File metadata and controls
83 lines (72 loc) · 1.03 KB
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
body{
margin:0;
padding:0;
}
.aa{
position:fixed;
z-index:50;
}
a{
text-decoration:none;
}
h1{
margin:0;
padding:0;
}
.aa{
display:block;
width:100%;
height:40px;
background-color:rgba(166,166,166,1.00);
padding:5%;
}
.aa section{
display:block;
width:20%;
float:left;
height:40px;
overflow:hidden;
text-align:center;
}
h2{width:100%;
height:0px;
overflow:hidden;
background-color:rgba(90,169,189,1.00);
padding:0px 0px 0px 10px;
margin:0px;
position:absolute;
font-size:36px;
z-index:20;
top:40px;
}
.aa section p{
padding:10px;
}
.aa section h1{
padding:10px;
}
.aa section a{
display:block;
color:rgba(244,243,25,1.00);
}
h2:target {
height: 600px;
background-color:rgba(90,169,189,1.00);
}
h3{height: 360px;
background-color:rgba(90,169,189,1.00);
font-size:36px;
padding:0px 0px 0px 10px;
margin:0px;
position:absolute;7
z-index:10;
}
.aa section,
h2
{
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}