-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
115 lines (114 loc) · 1.94 KB
/
style.css
File metadata and controls
115 lines (114 loc) · 1.94 KB
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
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
html{
scroll-behavior: smooth;
}
body{
width:1519px;
font-family:cursive;
}
.head{
background-image: linear-gradient(to right, black,#520000);
display: flex;
justify-content: space-between;
}
.logo{
height: 80px;
}
.navigation{
margin-right: 20px;
list-style-type: none;
align-self: center;
}
.abc{
text-decoration: none;
color: white;
letter-spacing: 2px;
font-weight: bolder;
font-size: 20px;
padding-bottom: 5px;
}
.link:hover,
.abc:hover{
border-bottom: 2px solid yellow;
transition: 0.1s;
}
header{
background-image: url(gear.jpg);
height: 760px;
}
.intro{
color: yellow;
letter-spacing: 2px;
font-size: 60px;
margin-top: 230px;
margin-left: 50px;
}
.kys_heading{
font-family: fantasy;
color: #1d1d1d;
margin: 30 auto;
width: 550px;
font-size: 30px;
}
.kys_heading::after{
content: "";
width: 150px;
height:4px;
background-color: yellow;
display: block;
margin: 40 auto;
}
.seniors{
height: 270px;
border-radius: 80px;
}
.data{
width: 92%;
margin: 20px auto;
display: grid;
grid-template-columns: repeat(4,350px);
}
.item{
padding: 30px;
}
ion-icon{
color: black;
font-size: 25px;
}
.link{
color: black;
font-weight: bolder;
text-decoration: none;
margin-left: 15px;
font-size: 17px;
}
h4{
margin-top: 20px;
word-break: break-all;
}
footer{
height: 250px;
background-color: #324b32;
display: flex;
justify-content: center;
}
.row{
width: 700px;
margin-top:80px;
margin-left: 70px;
display: flex;
flex-direction: column;
align-items: center;
}
h2{
margin-bottom: 10px;
margin-left: 15px;
}
p{
font-weight: bolder;
font-size: 18px;
}