-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwebphu.css
126 lines (123 loc) · 2.71 KB
/
webphu.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
.body{
background-color: rgb(255, 160, 143);
font-family: 'Courier New', Courier, monospace
}
.menu{
display: flex;
border-bottom: 1px solid black;
padding-bottom: 4px;
padding-top: 15px;
font-family: 'Courier New', Courier, monospace;
}
.items-menu{
margin-top: 13px;
display: flex;
margin-left: 45px;
width: 20%;
}
@keyframes changeColor {
60% {color: rgb(245, 97, 97);}
100% {color: lightsalmon;}
1000% {color: rgb(240, 166, 178);}
70% {color: rgb(240, 218, 92);}
}
.item-menu{
margin-left: 19px;
font-size: 18px;
}
.text-menu{
animation: changeColor ease-in-out .8s infinite;
}
.item-menu a{
text-decoration: none;
padding-bottom: 27px;
}
.item-menu.position{
position: relative;
}
.items-position{
display: none;
position: absolute;
width: 170px;
background-color: blanchedalmond;
top: 50px;
}
.item-menu.position:hover .items-position{
display: block;
color: black;
animation: changeColor ease-in-out .8s infinite;
border-bottom: none;
}
.item-position{
padding: 5px;
}
.item-menu :hover{
border-bottom: 3px solid black
}
.title-menu{
font-size: 50px;
font-weight:400;
margin-left: 240px;
animation: changeColor ease-in-out .8s infinite
}
.box{
height: auto;
padding: 16px 80px;
border-style: solid;
border-width: 2px;
border-color: rgb(241, 196, 129);
background-color: #fffcee;
box-shadow: 6px 6px 0 0 blanchedalmond;
font-family: 'Courier New', Courier, monospace;
font-size: 32px;
text-decoration: none;
width: 200px;
margin-left: 610px;
margin-bottom: 90px;
text-align: center;
}
.content{
padding-top: 90px;
background-image: url("hoanhi.jpg");
padding-bottom: 90px;
font-family: 'Courier New', Courier, monospace;
}
.footer-section{
display: flex;
justify-content: space-between;
padding-top: 10px;
padding-bottom: 200px;
border-top: 1px solid black;
font-family: 'Courier New', Courier, monospace;
background-image: url(footer_hoa.jpg);
}
.content-poem{
position: relative;
padding-top: 100px;
display: flex;
justify-content: center;
line-height: 50px;
font-size: 20px;
background-color: blanchedalmond;
padding-bottom: 40px;
margin-left: 300px;
margin-right: 300px;
}
.poetry{
text-align: center;
}
a{ text-decoration: none;
color: black}
.footer-1{
margin-left: 60px;
}
.footer-4{
margin-right: 60px
}
.title-poem{
display: block;
position: absolute;
font-size: 30px;
top: 45px;
font-weight: 600;
}