forked from ISUCT/Tprogramming_147_2019
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (68 loc) · 1.21 KB
/
style.css
File metadata and controls
80 lines (68 loc) · 1.21 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
body{
background:url(img/papyrus-dark.png);
font:0.9em Verdana, Arial, Helvetica, sans-serif;
padding-top: 25px;
width:900px;
margin: 0 auto;
}
#header{
height:244px;
color: rgb(23, 23, 31);
background:url(img/26_41.jpg) no-repeat;
background-size: 130%;
border-radius: 20px;
}
#header-h1{
padding:20px;
text-align:right;
font-weight: lighter;
font-variant: initial;
}
#showcase{
height:250px;
text-align:center;
background:url(img/TCUmFqWkhgU.jpg) left no-repeat;
background-size: 30%;
border-radius: 14px;
}
#showcase p{
text-align:right;
font:1.9em 'Trebuchet MS', Arial, Helvetica, sans-serif;
padding:0;
margin:0 10px 0 300px;
color:rgb(100, 100, 100);
}
#top{
width:780px;
height:30px;
margin:0 auto;
}
#text{
padding-top:10px;
width:780px;
margin:0 auto;
}
#text p{
padding: 5px 30px 5px 20px;
line-height:1.5em;
color:rgb(220, 208, 226);
}
#text p.first:first-letter{
font-size:2em;
}
#text h1{
padding:0 20px;
font:3em 'Trebuchet MS', Arial, Helvetica, sans-serif;
color:rgb(192, 190, 187);
}
#footer{
height:50px;
margin-top:16px;
margin-top:0px;
}
#footer p{
padding:15px 30px;
font-size:1.5em;
text-align:center;
color:rgb(224, 224, 223);
}