-
Notifications
You must be signed in to change notification settings - Fork 1
/
landing.css
117 lines (90 loc) · 1.65 KB
/
landing.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
* {
padding: 0;
margin: 0;
}
ul li a {
font-size: 23px;
font-weight: bold;
text-decoration: none;
color: rgb(26, 25, 25);
margin-top: -3;
right: 45px;
}
ul li a:hover {
color: rgb(143, 104, 52);
text-decoration: underline;
}
.navbar {
width: 100%;
display: flex;
justify-content: right;
margin: 0px 0px;
/* background-color: rgb(255, 245, 245); */
height: 14px;
align-items: center;
}
ul {
margin-top: -4px;
}
ul li {
list-style: none;
display: inline-block;
margin-right: 60px;
}
.logo {
position: fixed;
height: 39px;
top: 9px;
left: 119px;
/* size: 2px; */
}
h1 {
text-align: left;
font-style: oblique;
}
.mid {
margin-top: 190px;
margin-left: 387px;
text-align: center;
}
.mid p {
font-style: italic;
margin-left: 180px;
font-size: 18px;
color: rgb(0, 0, 0);
}
.read h2 {
width: 122px;
margin-left: 725px;
margin-top: 23px;
padding: 2px;
color: rgb(0, 0, 0);
border: 2px solid;
border-radius: 10px;
box-shadow: 3px 2.5px;
}
.read h2:hover {
background-color: rgb(143, 104, 52);
}
.readd h2 {
width: 122px;
margin-left: 889px;
margin-top: -34px;
padding: 2px;
color: rgb(0, 0, 0);
border: 2px solid;
border-radius: 10px;
box-shadow: 3px 2.5px;
}
.readd h2:hover {
background-color: rgb(143, 104, 52);
}
.footer ol {
font-style: italic;
}
.footer ol li a {
text-decoration: none;
}
.readd .read {
margin-left: 200px;
}