-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutt.css
106 lines (94 loc) · 1.89 KB
/
aboutt.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
*
{
margin:5px;
}
body
{
background-image: url('farm.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
/* background-color: rgb(254, 238, 208)} */}
.about-container {
align-items: center;
border-radius: 10px;
background-color: rgb(254, 238, 208)
}
#about {
padding: 65px;
background-color:rgb(254, 238, 208)y;
height: 550px;
width: 1000px;
border: 1px solid #ddd;
border-radius: 10px;
margin-bottom: 80px;
color:black;
}
.h2 {
text-align: center;
color: #333;
font-size: 24px;
margin-bottom: 5px;
}
.p {
text-align: center;
color: #666;
font-size: 16px;
line-height: 1.6;
margin-bottom: 15px;
}
.h3 {
text-align: center;
color: #555;
font-size: 20px;
margin-bottom: 10px;
}
.ol {
/* text-align: center; */
color: #666;
font-size: 16px;
line-height: 1.6;
margin-bottom: 15px;
}
.ol li {
margin-bottom: 5px;
}
.ol li strong {
text-align: center;
font-weight: bold;
}
.about-container {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
.home-button {
/* margin-top: 20px;
display: flex;
flex-direction: column; */
align-items: center;
margin-top:30px;
margin-bottom: 200px;
}
.home-button a {
display: inline-block;
padding: 10px 20px;
background-color:cadetblue;
color:black ;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s;
}
.home-button a:hover {
background-color:rgb(55, 106, 107);
}
.footer {
text-align: center;
margin-top: 20px;
text-align: center;
color: #777;
}