-
Notifications
You must be signed in to change notification settings - Fork 0
/
About_lp.css
97 lines (79 loc) · 1.3 KB
/
About_lp.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
84
85
86
87
88
89
90
91
92
93
94
95
96
h2{
text-align: left;
color: brown;
}
h1{
text-align: LEFT;
color: blue;
}
h3{
text-align: left;
color: brown;
font-size: large;
}
body {
background-color: rgb(238, 248, 223);
}
img{
height: 800px;
width: 70%;
float: bottom;
margin-top: 0ch;
}
table{
width: 70%;
padding: 5%cm;
text-align: center;
}
tr a{
font-size: 1.2em;
background-color: rgb(241, 192, 127);
color: black;
text-decoration:none;
display: block;
}
td a:hover {
background-color: brown;
color: white;
pointer-events: all;
}
div.body {
width: 70%;
margin: auto;
margin-top: .5em ;
margin-bottom: .5em ;
}
p{
color: brown;
font-size: large;
width: 70%;
}
table.info td{
border: solid;
height: 50px;
border-color: brown;
}
img#img{
width: 100%;
}
tr.heading{
color: brown;
background-color: rgb(240, 185, 131);
border-style: ridge;
border-color: brown;
}
nav {
background-color: rgb(240, 185, 131);
border-style: ridge;
border-color: brown;
width: 70%;
}
nav a{
color: black;
padding: 1px 50px ;
display: inline;
}
nav a:hover {
background-color: brown;
display: inline;
}