-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation_design.css
45 lines (45 loc) · 1.04 KB
/
education_design.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
#cover{
height: 360px;
width: 620px;
border: 1px ;
border-radius: 5px;
background-color:#FFFDE4;
position: absolute;
margin-left: 370px;
padding-top: 100px;
border: 4px solid rgb(74, 65, 65) ;
}
#H_icon{
float: left;font-size: 50px; border: aliceblue;background-color: rgb(0, 0, 0);color: white;
margin-left: -5px;
margin-top: -5px;
position: absolute;
}
#H_icon:hover{background-color: goldenrod;color: black;
}
#appear{
height: 460px;
width: 620px;
border: 1px ;
border-radius: 5px;
background-color:#55c4fc;
position: relative;
margin-top: 60px;
margin-left: 88px;
border: 4px solid #3f5bfa;
}
h1{
margin-top: 200px;
}
td{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: larger;
color: chocolate;
}
p{
color: chocolate;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 17px;
margin-left: 250px;
margin-top: -20px;
}