CSS_Style_Pr01.css
551 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
a.main_title {
text-decoration: none;
}
a.sub_link{
text-decoration: none;
}
h1 {
font-size: 3em;
text-align: center;
width: 90%;
border-radius: 10px;
margin: 30px auto;
background-color: lightblue;
text-align: center;
}
h3 {
background-color:lightgoldenrodyellow;
text-align: center;
border-radius: 10px;
width: 15%;
margin: 30px;
}
img {
display: block;
margin: auto;
width: 40%;
}
ul{
}
li{
}
div.Document{
font-size: 12px;
}
link:hover{
background-color: red;
}