-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
83 lines (78 loc) · 1.32 KB
/
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
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
81
82
83
*{
padding:0px;
margin:0px;
}
.container{
width: 839px;
height: 1025px;
border: 1px solid black;
margin: 0px auto;
background-color: #e9f0efb9;;
}
.container h1{
margin-top: 10px;
margin-left: 15px;
text-align: center;
}
.container .info{
margin-top: 10px;
padding-left: 10px;
float: right;
font-size: 17px;
}
img{ margin-top: 10px;
width:120px;
padding-left: 10px;
border-radius: 50%;
/* float: right; */
}
.container .info a{
text-decoration: none;
color: rgb(225, 65, 78);
}
hr{
color: seagreen;
}
.border{
margin-top: 5px;
padding:5px;
width:95%;
background-color: silver;
border: 1px solid;
height: 20px;
font-size:15px;
border: none;
}
.obje{
padding-left: 5px;
margin-top: 10px;
}
table,tr,th,td{
padding:2px;
margin: 10px;
border:solid 1px black;
border-collapse: collapse;
}
table{
margin-top: 10px;
}
ul{
margin-top: 10px;
padding-left:10px;
list-style-type: none;
}
.declare{
padding-left: 5px;
margin-top: 10px;
}
.da{
padding-left: 5px;
margin-top: 10px
}
h3{
margin-right: 50px;
text-align: right;
}
#hr{
margin-top: 5px;
}