-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
47 lines (45 loc) · 860 Bytes
/
style.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
html {
padding-top: 20px;
background-image: url(image/button_3.png);
background-repeat:no-repeat;
background-position:left top;
}
body {
width: 80%;
padding: 20px;
margin: 50px auto;
border-radius:30px;
box-shadow: 20px 20px 20px rgba(0,0,0,.5);
background-color:rgba(210, 180, 140, .8);
}
h1{
font-style:italic;
color: #8B3A3A;
font-size: 4em;
margin: 0;
}
p{
font-size:1.5em;
line-height:120%;
margin-top:20px;
margin-left:70px;
}
h2 {
color: #EE0000;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 2em;
border-bottom: 3px ##EE0000 solid;
padding: 0 0 2px 60px;
margin: 0;
}
.info, blockquote {
color: #8B3A3A;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
margin-left: 0;
margin-bottom: 25px;
}
blockquote{
font-style:italic;
}