Skip to content

Commit c04ac84

Browse files
committed
add: website
1 parent 308e4e4 commit c04ac84

3 files changed

Lines changed: 185 additions & 0 deletions

File tree

web/assets/css/main.css

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
body {
2+
line-height: 1.5;
3+
margin: 2% 10% 2% 10%;
4+
font-family: Arial;
5+
}
6+
7+
.header {
8+
text-align: center;
9+
font-size: 22px;
10+
}
11+
12+
.myicon {
13+
width: 100;
14+
float:left;
15+
margin-right: 15px;
16+
}
17+
18+
.sectiontitle {
19+
font-size: 18px;
20+
font-weight: bold;
21+
}
22+
23+
.sectioncontent {
24+
font-size: 16px;
25+
font-weight: normal;
26+
27+
}
28+
29+
.date {
30+
font-size: 14px;
31+
font-style: italic;
32+
}
33+
34+
.email {
35+
font-size: 12px;
36+
}
37+
38+
.appicon {
39+
width: 25;
40+
}
41+
42+
.new{
43+
height: 20px;
44+
widows: 40px;
45+
}
46+
47+
.author{
48+
color:#080808;
49+
}
50+
51+
.venue{
52+
color:#080808;
53+
font-style: italic;
54+
}
55+
56+
.article{
57+
color:#000000;
58+
font-weight: bold;
59+
}
60+
61+
.image{
62+
height: 30px;
63+
width:30px;
64+
}
65+
66+
a:link {
67+
color:#337ab7;
68+
text-decoration:none;
69+
}
70+
71+
a:hover {
72+
color:#337adf;
73+
text-decoration:underline;
74+
}
75+
76+
a:visited {
77+
color:#337ab7;
78+
text-decoration:none;
79+
}
80+
81+
.category{
82+
color:#000000;
83+
font-weight: bold;
84+
font-size: 17px;
85+
}

0 commit comments

Comments
 (0)